From 8a54ca906b7bb634fac23d024cfe57e149bc02b3 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Thu, 6 Jun 2024 13:45:20 +0000 Subject: [PATCH] put back test job --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab4163c0..2f3ac8b5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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.