Skip to content

Commit

Permalink
test cache fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwin P Chandran <[email protected]>
  • Loading branch information
ashwin-pc committed Apr 19, 2023
1 parent 838bc89 commit a8a863f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:

jobs:
build-lint-test:
if: { { false } }
if: ${{ false }}
name: Build and Verify on ${{ matrix.name }}
strategy:
matrix:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
run: yarn test:jest_integration:ci

functional-tests:
if: { { false } }
if: ${{ false }}
name: Run functional tests on ${{ matrix.name }} (ciGroup${{ matrix.group }})
strategy:
matrix:
Expand Down

0 comments on commit a8a863f

Please sign in to comment.