Skip to content

Commit a9cf145

Browse files
committed
Update the CI/CD pipeline
Signed-off-by: Andreia Ocanoaia <andreia.ocanoaia@gmail.com>
1 parent 7c39d02 commit a9cf145

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/deploy.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,8 @@ on:
66
- main
77

88
jobs:
9-
test:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: Checkout code
13-
uses: actions/checkout@v4
14-
15-
- name: Set up Go
16-
uses: actions/setup-go@v5
17-
with:
18-
go-version: '1.22'
19-
20-
- name: Install dependencies
21-
run: go mod download
22-
23-
- name: Run tests
24-
run: go test ./...
25-
269
compile:
2710
runs-on: ubuntu-latest
28-
needs: test
29-
if: success()
3011
steps:
3112
- name: Checkout code
3213
uses: actions/checkout@v4

0 commit comments

Comments
 (0)