Skip to content

Commit 7963821

Browse files
committed
test 2
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent aa01b32 commit 7963821

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,12 @@ env:
88
jobs:
99
main:
1010
name: CI
11-
runs-on: ubuntu-latest
11+
runs-on: macOS-latest
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- name: Alex test
1616
run: |
1717
brew install [email protected]
1818
which aptly
19-
aptly help
20-
aptly --version
21-
- name: Build
22-
uses: ./.github/actions/build
23-
with:
24-
go-version: ${{ env.GO_VERSION }}
25-
- name: Lint
26-
run: make lint
27-
- name: Test
28-
run: make test
19+
aptly version

0 commit comments

Comments
 (0)