diff --git a/pkg/runner/runner_test.go b/pkg/runner/runner_test.go index f8468bbb..db63fb94 100644 --- a/pkg/runner/runner_test.go +++ b/pkg/runner/runner_test.go @@ -294,7 +294,6 @@ func TestRunEvent(t *testing.T) { {workdir, "workflow_dispatch-scalar-composite-action", "workflow_dispatch", "", platforms, secrets}, {workdir, "job-needs-context-contains-result", "push", "", platforms, secrets}, {"../model/testdata", "strategy", "push", "", platforms, secrets}, // TODO: move all testdata into pkg so we can validate it with planner and runner - // {"testdata", "issue-228", "push", "", platforms, }, // TODO [igni]: Remove this once everything passes {"../model/testdata", "container-volumes", "push", "", platforms, secrets}, {workdir, "path-handling", "push", "", platforms, secrets}, {workdir, "do-not-leak-step-env-in-composite", "push", "", platforms, secrets}, diff --git a/pkg/runner/testdata/issue-228/main.yaml b/pkg/runner/testdata/issue-228/main.yaml deleted file mode 100644 index e0a0dfbf..00000000 --- a/pkg/runner/testdata/issue-228/main.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: issue-228 - -on: - - push - -jobs: - kind: - runs-on: ubuntu-latest - steps: - - run: apt-get update -y && apt-get install git -y # setup git credentials will fail otherwise - - name: Setup git credentials - uses: fusion-engineering/setup-git-credentials@v2 - with: - credentials: https://test@github.com/