Skip to content

changing everything major change #135

changing everything major change

changing everything major change #135

Workflow file for this run

---
name: Test roles and modules
on: [push, pull_request_target]
jobs:
ci_standalone:
strategy:
fail-fast: false
matrix:
eda_server_version:
# Pinning to specific ref because of breaking changes to user endpoint after this. This will need to be recified later.
- 93ef155accc3013f82a4870569638e7e1eaf2adc
uses: "./.github/workflows/ci_standalone_versioned.yml"
with:
eda_server_version: ${{ matrix.eda_server_version }}
gh_ref: ${{ github.event.pull_request.head.sha || github.sha }}