Skip to content

Commit

Permalink
do not test windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gabotechs committed Dec 31, 2023
1 parent 69a3956 commit 7c13946
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ on:
branches:
- main
jobs:
unit-test-windows:
if: ${{ !startsWith(github.event.head_commit.message, 'tag') }}
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Test
run: go test -v ./...
# unit-test-windows:
# if: ${{ !startsWith(github.event.head_commit.message, 'tag') }}
# runs-on: windows-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-go@v4
# with:
# go-version: '1.21'
# - name: Test
# run: go test -v ./...

unit-test-linux:
if: ${{ !startsWith(github.event.head_commit.message, 'tag') }}
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- unit-test-linux
- unit-test-windows
# - unit-test-windows
- lint
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7c13946

Please sign in to comment.