Skip to content

Commit

Permalink
fix calls to use working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle committed Oct 3, 2023
1 parent 1baa870 commit 4fbeea4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AAA_test_broken_subtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

test-type: canary
package-name: amplify_canaries
working-directory: canaries

framework: flutter
flutter-dart-channel: ${{ matrix.channel }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/amplify_canaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

test-type: canary
package-name: amplify_canaries
working-directory: ${{ inputs.working-directory }}

framework: flutter
flutter-dart-channel: ${{ matrix.channel }}
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

test-type: canary
package-name: amplify_canaries
working-directory: canaries

framework: flutter
flutter-dart-channel: ${{ matrix.channel }}
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

test-type: canary
package-name: amplify_canaries
working-directory: canaries

framework: flutter
flutter-dart-channel: ${{ matrix.channel }}
Expand Down

0 comments on commit 4fbeea4

Please sign in to comment.