Skip to content

Commit

Permalink
fix: remove extra parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclimse committed Sep 5, 2023
1 parent 7eb9a63 commit 914c7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/triggers-functions-offline-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
IS $(curl -q ${{ env.OFFLINE_SERVER_URL }}) == "Method not allowed" && \
IS $(curl -q -d 5 ${{ env.OFFLINE_SERVER_URL }}) == 120
start: |
cd ${{ env.TRIGGERS_GETTING_STARTED_FOLDER }}/node && \
cd ${{ env.TRIGGERS_GETTING_STARTED_FOLDER }}/node &&
npm start
wait-on: ${{ env.OFFLINE_SERVER_URL }}
wait-on-timeout: 60

0 comments on commit 914c7b1

Please sign in to comment.