Skip to content

Commit 1034f3c

Browse files
chore: update GitHub Actions workflow to initialize cli-v2 and remove Windows support
1 parent d02017f commit 1034f3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Install dependencies from .codacy/codacy.yaml
4040
run: |
4141
go build ./cli-v2.go
42+
./cli-v2 init
4243
./cli-v2 install
4344
- name: "Run tests"
4445
run: |
@@ -54,7 +55,7 @@ jobs:
5455
runs-on: ${{ matrix.os }}
5556
strategy:
5657
matrix:
57-
os: [ubuntu-latest, windows-latest, macos-latest]
58+
os: [ubuntu-latest, macos-latest]
5859
steps:
5960
- name: Checkout
6061
uses: actions/checkout@v4

0 commit comments

Comments
 (0)