Skip to content

Commit

Permalink
Adjust paths
Browse files Browse the repository at this point in the history
  • Loading branch information
wkal-pubnub committed Oct 16, 2024
1 parent fe11893 commit c084c01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
${{ runner.os }}-gradle-
- name: Run acceptance tests (optional)
run: |
ln -s /home/runner/work/kotlin/kotlin/sdk-specifications pubnub-kotlin/pubnub-kotlin-impl/src/test/resources/sdk-specifications
pwd
ln -s /Users/github/actions-runner/_work/kotlin/kotlin/sdk-specifications pubnub-kotlin/pubnub-kotlin-impl/src/test/resources/sdk-specifications
./gradlew cucumber --tests RunBetaCucumberTest -Dcucumber.features="../../sdk-specifications/features/" -i
continue-on-error: true
- name: Run acceptance tests (required)
Expand Down

0 comments on commit c084c01

Please sign in to comment.