Skip to content

Commit

Permalink
ci: Remove release-build and e2e test from build workflow
Browse files Browse the repository at this point in the history
With introduction of the new end-to-end-test workflow, these steps now happen via that workflow,
and are not needed in build anymore.
  • Loading branch information
UnseenWizzard committed Feb 20, 2023
1 parent 114c590 commit bd55928
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,9 @@ jobs:
- name: Build
run: make build

- name: Build release-builds
run: make build-release

- name: Unit Test
run: make test

- name: Integration Test
# Just executed on main branch or if the repo is cloned directly - not for forks:
if: github.event.pull_request.head.repo.full_name == github.repository || github.ref == 'refs/heads/main'
run: make integration-test
env:
URL_ENVIRONMENT_1: ${{ secrets.URL_ENVIRONMENT_1 }}
URL_ENVIRONMENT_2: ${{ secrets.URL_ENVIRONMENT_2 }}
TOKEN_ENVIRONMENT_1: ${{ secrets.TOKEN_ENVIRONMENT_1 }}
TOKEN_ENVIRONMENT_2: ${{ secrets.TOKEN_ENVIRONMENT_2 }}

- name: Upload Log Files
if: ${{ always() }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit bd55928

Please sign in to comment.