Skip to content

Commit

Permalink
Change smoke tests to use the Github actions hosted free runner and r…
Browse files Browse the repository at this point in the history
…un in parallel.
  • Loading branch information
FilipDolnik committed Apr 4, 2024
1 parent 8cc4c8f commit b32d5ad
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@ permissions:
contents: read
checks: write

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

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

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

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

0 comments on commit b32d5ad

Please sign in to comment.