Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FriggaHel committed Apr 4, 2024
1 parent 3681f8f commit 4083d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightwatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Run nightwatch example
uses: docker/build-push-action@v4
with:
context: ./nightwatch/cucumber
file: ./nightwatch/cucumber/Dockerfile
context: ./nightwatch/cucumberjs
file: ./nightwatch/cucumberjs/Dockerfile
push: false
secrets: |
"dotenv=${{ secrets.DOTENV }}"
Expand Down

0 comments on commit 4083d6e

Please sign in to comment.