Skip to content

Commit

Permalink
ci yaml fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Nov 30, 2023
1 parent a0ad684 commit 7abf68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Install Planck
uses: ./.github/workflows/setup-planck
if: contains( matrix.requires, "planck" )
if: contains( matrix.requires, 'planck' )

- name: Run Libs Tests
run: bb test-libs run ${{ matrix.lib }}
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Install Planck
uses: ./.github/workflows/setup-planck
if: contains( matrix.requires, "planck" )
if: contains( matrix.requires, 'planck' )

- name: Node modules cache
uses: actions/cache@v3
Expand Down

0 comments on commit 7abf68c

Please sign in to comment.