Skip to content

Commit 17ac3f4

Browse files
committed
fix test script launch relative path
1 parent 7ac9d46 commit 17ac3f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ build_script:
3838
test_script:
3939
- sh: |
4040
#curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
41-
ls
42-
./test/test.sh
41+
cd ./test
42+
./test.sh
4343
artifacts:
4444
- path: '**\GridDomain.*.nupkg'
4545
name: Packages

0 commit comments

Comments
 (0)