Skip to content

Commit

Permalink
SBVT-2444: Updating deps and fixing the GH runner
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor.nelms committed May 6, 2024
1 parent 27f7ba9 commit 3249a17
Show file tree
Hide file tree
Showing 10 changed files with 155 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: browser-type-check
on: [pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress_version-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cypress-version-check
on: [pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/linux_quick-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ on: [push]
#on: [pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
strategy:
fail-fast: true
runs-on: self-hosted

steps:
- name: Checkout
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/print_report-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ name: print-report-check
on: [pull_request]
jobs:
cypress-run:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar-qube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: typescript-check
on: [pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
runs-on: self-hosted
# Runs tests in parallel with matrix strategy https://docs.cypress.io/guides/guides/parallelization
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
# Also see warning here https://github.com/cypress-io/github-action#parallel
Expand Down
Loading

0 comments on commit 3249a17

Please sign in to comment.