Skip to content

Commit

Permalink
Fix yml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
thelovekesh committed Nov 1, 2022
1 parent 91cb0d1 commit ac70da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ jobs:

- name: Run multisite unit tests
working-directory: /tmp/amp
run: npm run test:php:multisite ${{ matrix.testsuite === 'external-http' && '-- --testsuite=' || '' }}${{ matrix.testsuite }}
run: npm run test:php:multisite ${{ matrix.testsuite == 'external-http' && '-- --testsuite external-http' || '' }}

#-----------------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit ac70da5

Please sign in to comment.