Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Nov 9, 2023
1 parent 8f1ba97 commit 0f4153a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build application
description: Build the example application

inputs:
working_directory:
working-directory:
description: The current working directory
required: true

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build Sample
uses: ./.github/actions/build
with:
working_directory: Sample-01
working-directory: Sample-01
standalone:
name: Build and Unit Test Standalone
runs-on: ubuntu-latest
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Build Standalone
uses: ./.github/actions/build
with:
working_directory: Standalone
working-directory: Standalone
e2e-sample-01:
name: E2E Test Sample
runs-on: ubuntu-latest
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
docker cp $(pwd)/lock_login_test.js tester:/tests/lock_login_test.js
docker cp $(pwd)/codecept.conf.js tester:/tests/codecept.conf.js
docker start -i tester
working_directory: scripts
working-directory: scripts
- name: Copy app container logs
run: |
mkdir -p /tmp/out
Expand Down

0 comments on commit 0f4153a

Please sign in to comment.