1 parent 150c526 commit 67a06a7Copy full SHA for 67a06a7
1 file changed
.github/workflows/test.yml
@@ -1,15 +1,17 @@
1
name: Lint, Build & Test with Coverage
2
-on:
+on:
3
push:
4
- branches: [ main ]
+ branches: [main]
5
pull_request:
6
7
8
jobs:
9
test:
10
runs-on: ubuntu-latest
11
container: swift:noble
12
steps:
13
+ - name: Install curl
14
+ run: apt-get update -yq && apt-get install -y curl
15
- name: Checkout
16
uses: actions/checkout@v4
17
- name: Lint
@@ -22,5 +24,3 @@ jobs:
22
24
uses: vapor/swift-codecov-action@v0.3
23
25
with:
26
codecov_token: ${{ secrets.CODECOV_TOKEN }}
-
0 commit comments