Skip to content

Commit

Permalink
Revert "Change smoke tests to use the Github actions hosted free runn…
Browse files Browse the repository at this point in the history
…er and run in parallel."

This reverts commit b32d5ad.
  • Loading branch information
FilipDolnik committed Apr 4, 2024
1 parent b32d5ad commit a93a2a1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,13 @@ permissions:
contents: read
checks: write

concurrency:
group: ci-smoke-tests-${{ github.ref }}

jobs:
acceptance-tests:
name: Acceptance Tests
runs-on: macos-14
runs-on: self-hosted
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand All @@ -74,7 +77,8 @@ jobs:

type-mapping-tests:
name: Type Mapping Tests
runs-on: macos-14
needs: [acceptance-tests]
runs-on: self-hosted
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -103,7 +107,8 @@ jobs:

external-libraries-tests:
name: External Libraries Tests
runs-on: macos-14
needs: [type-mapping-tests]
runs-on: self-hosted
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit a93a2a1

Please sign in to comment.