Skip to content

Commit

Permalink
test: use ubuntu for smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pczeglik-iohk committed May 8, 2024
1 parent 0132cba commit 73d064c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 90 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,7 @@ jobs:

smokeTests:
name: Smoke tests
runs-on: self-hosted
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
runs-on: ubuntu-22.04
needs: prepare

steps:
Expand Down
86 changes: 0 additions & 86 deletions .github/workflows/smoke-tests.yml

This file was deleted.

0 comments on commit 73d064c

Please sign in to comment.