Skip to content

Commit

Permalink
put back test job
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jun 6, 2024
1 parent f4fd116 commit 8a54ca9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ on:
workflow_dispatch:

jobs:
# test:
# uses: ocadotechnology/codeforlife-workspace/.github/workflows/test-javascript-code.yaml@main
# secrets: inherit
# with:
# # Cannot be set with an env var. Value must match in the release job.
# node-version: 18
test:
uses: ocadotechnology/codeforlife-workspace/.github/workflows/test-javascript-code.yaml@main
secrets: inherit
with:
# Cannot be set with an env var. Value must match in the release job.
node-version: 18

release:
concurrency: release
runs-on: ubuntu-latest
#needs: [test]
needs: [test]
if: github.ref_name == 'main'
env:
# Value must match in the test job.
Expand Down

0 comments on commit 8a54ca9

Please sign in to comment.