Skip to content

Commit

Permalink
ci: made macos only do offline unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Nov 17, 2023
1 parent 71915c5 commit 34f3327
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,8 @@ jobs:
env:
DONT_RUN_VCPKG: true

- name: Run unit tests
- name: Run offline unit tests
run: cd build && ctest -VV
env:
DPP_UNIT_TEST_TOKEN: ${{secrets.DPP_UNIT_TEST_TOKEN}}
TEST_GUILD_ID: ${{secrets.TEST_GUILD_ID}}
TEST_TEXT_CHANNEL_ID: ${{secrets.TEST_TEXT_CHANNEL_ID}}
TEST_VC_ID: ${{secrets.TEST_VC_ID}}
TEST_USER_ID: ${{secrets.TEST_USER_ID}}
TEST_EVENT_ID: ${{secrets.TEST_EVENT_ID}}

windows: # Windows x64 and x86 build matrix
permissions:
Expand Down

0 comments on commit 34f3327

Please sign in to comment.