Skip to content

Commit

Permalink
chore(ci): skip arm64 due to emulation, maybe run on a wf-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 25, 2024
1 parent 09af135 commit 07ffd2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
matrix:
arch:
- amd64
- arm64
# - arm64
go-version: ["1.20", "1.21", "1.22"]
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions examples/protobuf-message/protobuf_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ func TestPluginMessageProvider(t *testing.T) {
err := pactlog.SetLogLevel(logutils.LogLevel(logLevel))

assert.NoError(t, err)
// i, _ := installer.NewInstaller()
// i.SetLibDir("/tmp")

pactversion.CheckVersion("/tmp")

verifier := provider.NewVerifier()
Expand Down

0 comments on commit 07ffd2d

Please sign in to comment.