Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
imthaghost committed Feb 9, 2024
1 parent 6b0b591 commit 2da7c9a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/master-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
jobs:
test:
name: Run Unit Test
runs-on: ubuntu-20.04(ubuntu-latest)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Go 1.21.4
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21.4
- name: SoundCloud Package
run: go test pkg/soundcloud/* -v
- name: Utils Package
run: go test pkg/utils/* -v
- name: Test SoundCloud Package
run: go test ./pkg/soundcloud/... -v
- name: Test Utils Package
run: go test ./pkg/utils/... -v

0 comments on commit 2da7c9a

Please sign in to comment.