Skip to content

Commit

Permalink
PMM-7 Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Jan 24, 2024
1 parent 1c64f53 commit 4ee5f08
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ jobs:
with:
go-version: 1.19
- run: go mod download
- run: make

test-arm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: uname -a
- run: make test-e2e

# GitHub Actions does not support ARM yet
# test-arm:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - run: uname -a
# - run: make test-e2e

codespell:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4ee5f08

Please sign in to comment.