Skip to content

Commit b7cba49

Browse files
author
Maxwell Dylla
committedDec 17, 2024
e2e tests
1 parent 538f571 commit b7cba49

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed
 

‎.github/workflows/ci.yaml

+30-30
Original file line numberDiff line numberDiff line change
@@ -61,33 +61,33 @@ jobs:
6161
- name: Run Integration Tests
6262
run: make test-integration
6363

64-
# e2e-tests:
65-
# runs-on: ubuntu-latest
66-
# steps:
67-
# - uses: actions/checkout@v2
68-
69-
# - name: Set up Python
70-
# uses: actions/setup-python@v2
71-
# with:
72-
# python-version: "3.11"
73-
74-
# - name: Install Java
75-
# run: |
76-
# sudo apt-get update
77-
# sudo apt-get install -y openjdk-11-jdk
78-
79-
# - name: Install kind
80-
# run: |
81-
# curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.20.0/kind-linux-amd64
82-
# chmod +x ./kind
83-
# sudo mv ./kind /usr/local/bin/kind
84-
85-
# - name: Install Helm
86-
# run: |
87-
# curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
88-
89-
# - name: Install dependencies
90-
# run: make install-dev
91-
92-
# - name: Run E2E Tests
93-
# run: make test-e2e
64+
e2e-tests:
65+
runs-on: ubuntu-latest
66+
steps:
67+
- uses: actions/checkout@v2
68+
69+
- name: Set up Python
70+
uses: actions/setup-python@v2
71+
with:
72+
python-version: "3.11"
73+
74+
- name: Install Java
75+
run: |
76+
sudo apt-get update
77+
sudo apt-get install -y openjdk-11-jdk
78+
79+
- name: Install kind
80+
run: |
81+
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.20.0/kind-linux-amd64
82+
chmod +x ./kind
83+
sudo mv ./kind /usr/local/bin/kind
84+
85+
- name: Install Helm
86+
run: |
87+
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
88+
89+
- name: Install dependencies
90+
run: make install-dev
91+
92+
- name: Run E2E Tests
93+
run: make test-e2e

0 commit comments

Comments
 (0)