Skip to content

Commit

Permalink
Update build_and_test_debug_client.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse authored Apr 10, 2024
1 parent 353e939 commit 438f190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test_debug_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
with:
go-version-file: '${{ github.workspace }}/go.mod'

- name: Build Tun2Socks (required for Test OutlineAppleLib)
- name: Build Tun2Socks Backend (required for Test OutlineAppleLib)
run: npm run action client/src/backend/build macos

- name: Test OutlineAppleLib
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
with:
go-version-file: '${{ github.workspace }}/go.mod'

- name: Build Tun2Socks (required for Test OutlineAppleLib)
- name: Build Tun2Socks Backend (required for Test OutlineAppleLib)
run: npm run action client/src/backend/build ios

- name: Test OutlineAppleLib
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
with:
go-version-file: '${{ github.workspace }}/go.mod'

- name: Build Tun2Socks (required for Test OutlineAppleLib)
- name: Build Tun2Socks Backend (required for Test OutlineAppleLib)
run: npm run action client/src/backend/build maccatalyst

- name: Test OutlineAppleLib
Expand Down

0 comments on commit 438f190

Please sign in to comment.