Skip to content
Snippets Groups Projects
Unverified Commit 08b08410 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Remove unnecessary steps from the `e2e` job (#21478)

parent 9bcbafde
Branches
Tags
No related merge requests found
......@@ -52,6 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java-version: [11]
edition: [oss, ee]
folder:
- "admin"
......@@ -107,8 +108,11 @@ jobs:
- uses: actions/checkout@v3
- name: Prepare front-end environment
uses: ./.github/actions/prepare-frontend
- name: Prepare back-end environment
uses: ./.github/actions/prepare-backend
- name: Prepare JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
- name: Prepare cypress environment
uses: ./.github/actions/prepare-cypress
- name: Run Snowplow micro
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment