Skip to content

Commit

Permalink
Build Docker & Run Integration Tests in one step
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-iohk committed Oct 23, 2023
1 parent 9cdf42e commit cc7e169
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,8 @@ jobs:
with:
stream: stable

- name: 🛠️ Build Docker
- name: 🛠️ Build Docker & 🧪 Run Integration Tests
env:
TAG: integtation-test
run: nix-shell --run "make docker"

- name: 🧪 Run Integration Tests
env:
UPTIME_SERVICE_SECRET: ${{ secrets.UPTIME_SERVICE_SECRET }}
run: nix-shell --run "make integration-test"
run: nix-shell --run "make docker integration-test"

0 comments on commit cc7e169

Please sign in to comment.