Skip to content

Commit

Permalink
test: merge image e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Peefy <[email protected]>
  • Loading branch information
Peefy committed Oct 28, 2024
1 parent f33b9ad commit 9a58b96
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/image-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9a58b96

Please sign in to comment.