Skip to content

Commit e0e261b

Browse files
committed
temp: path
1 parent d8314ef commit e0e261b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run_integration_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ jobs:
3333

3434
- name: Run setup.py
3535
run: |
36-
python3 setup.py --exclude-tests
36+
python3 setup.py --exclude-tests -w .
3737
3838
- name: Run integration tests
3939
run: |
40-
pwd
4140
cd gno/gno.land/pkg/integration
4241
go test -v . -run .

0 commit comments

Comments
 (0)