From 9a58b96b21ea24dee50af5a7bee08e431525769f Mon Sep 17 00:00:00 2001 From: Peefy Date: Mon, 28 Oct 2024 19:31:18 +0800 Subject: [PATCH] test: merge image e2e tests Signed-off-by: Peefy --- .github/workflows/image-e2e-tests.yaml | 27 +------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/.github/workflows/image-e2e-tests.yaml b/.github/workflows/image-e2e-tests.yaml index 63caa0c..bc97da4 100644 --- a/.github/workflows/image-e2e-tests.yaml +++ b/.github/workflows/image-e2e-tests.yaml @@ -8,32 +8,7 @@ on: - main jobs: - build-and-test: - name: Test - runs-on: ubuntu-latest - container: - image: kcllang/kcl - steps: - - name: Check out code - uses: actions/checkout@v4 - with: - submodules: 'true' - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version-file: go.mod - - name: Show KCL version - run: kcl version - - name: test Git deps - run: git clone https://github.com/kcl-lang/flask-demo-kcl-manifests - - name: Install dependencies - run: apt update && apt install make - - name: Example tests - run: ./examples/test.sh - - name: Run concurrent e2e tests - run: ./scripts/concurrent_test.sh - - build-and-test-non-user: + test: name: Test non user docker runs-on: ubuntu-latest steps: