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:
parent
21760b18c2
commit
4229505f5d
2 changed files with 13 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue