1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

fix: warn Apple M1 (arm64) users (#743)

* fix: warn Apple M1 (arm64) users

* fix: missing dep

* fix: linting

* fix: linting (again)
This commit is contained in:
Ryan (hackercat) 2021-06-23 18:09:27 +00:00 committed by GitHub
parent 21760b18c2
commit 4229505f5d
2 changed files with 13 additions and 3 deletions

View file

@ -4,9 +4,10 @@ import (
"context"
"testing"
"github.com/nektos/act/pkg/common"
"github.com/sirupsen/logrus/hooks/test"
"github.com/stretchr/testify/assert"
"github.com/nektos/act/pkg/common"
)
func TestSetEnv(t *testing.T) {