We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827efa1 commit d95191eCopy full SHA for d95191e
.github/workflows/release.yml
@@ -7,10 +7,6 @@ env:
7
BUILD_IMAGE: bedasoftware/fhir-sdc
8
CACHE_IMAGE: bedasoftware/fhir-sdc:latest
9
jobs:
10
- BuildAndTest:
11
- uses: ./.github/workflows/build-and-test.yml
12
- secrets:
13
- tests_aidbox_license: ${{ secrets.TESTS_AIDBOX_LICENSE }}
14
Release:
15
runs-on: ubuntu-latest
16
needs: [BuildAndTest]
0 commit comments