changing everything major change #135
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 }} |