mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
ci: switch to 22.04 LTS for GHA Core CI tests
This commit is contained in:
@@ -10,6 +10,7 @@ import (
|
||||
|
||||
"github.com/hashicorp/nomad/api"
|
||||
"github.com/hashicorp/nomad/ci"
|
||||
"github.com/hashicorp/nomad/client/testutil"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
@@ -37,6 +38,8 @@ func TestIntegration_Command_NomadInit(t *testing.T) {
|
||||
|
||||
func TestIntegration_Command_RoundTripJob(t *testing.T) {
|
||||
ci.Parallel(t)
|
||||
testutil.DockerCompatible(t)
|
||||
|
||||
assert := assert.New(t)
|
||||
tmpDir := t.TempDir()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user