Skip to content

Commit 67ebddf

Browse files
authored
Merge pull request #20 from disco07/disco07-patch-1
Update ci.yml
2 parents 5cea5bf + 0b111a7 commit 67ebddf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- name: Build the Docker-compose
1818
run: docker-compose up --build
19-
test:
20-
runs-on: ubuntu-latest
21-
steps:
22-
- name: Run Unit Tests
23-
run: go test
19+
- name: Run Unit Tests
20+
run: go test

0 commit comments

Comments
 (0)