Skip to content

Commit 87b870d

Browse files
committed
Update app-integration-test.yml
1 parent d2f5fda commit 87b870d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/app-integration-test.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
name: Web - Integration Tests
2626
runs-on: ubuntu-latest
2727
timeout-minutes: 30
28-
defaults:
29-
run:
30-
working-directory: ./catalyst_voices
3128
steps:
3229
- name: ⬇️ Checkout repository
3330
uses: actions/checkout@v3
@@ -38,14 +35,11 @@ jobs:
3835
channel: "stable"
3936
cache: true
4037

41-
- name: Check current directory
42-
run: pwd
43-
4438
- name: ⚙️ Setup Melos
4539
uses: bluefireteam/melos-action@v2
4640

4741
- name: ⚙️ Install dependencies for all packages
4842
run: melos build:pub_get:all
4943

5044
- name: 🤖 Run Integration Tests
51-
run: ../scripts/flutter_web_integration_test.sh
45+
run: ./scripts/flutter_web_integration_test.sh

0 commit comments

Comments
 (0)