Skip to content

Commit

Permalink
Extract e2e tests steps to separate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-gpijanski committed Aug 23, 2023
1 parent 4085603 commit ef36b5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@7703e82fbced3d0c9eec08dff4429c023a5fd9a9 # v2.9.1

Expand Down

0 comments on commit ef36b5a

Please sign in to comment.