Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeichhorn authored Sep 29, 2024
1 parent a04805d commit 717da61
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Set up proxy
run: |
echo "Setting up proxies"
env:
HTTP_PROXY: ${{ secrets.PROXY_HTTP }}
HTTPS_PROXY: ${{ secrets.PROXY_HTTPS }}

- name: Build
run: swift build -v

- name: Run tests
run: swift test -v

0 comments on commit 717da61

Please sign in to comment.