Skip to content

Commit

Permalink
chore(EN-1035): move jobs on the new gh infra
Browse files Browse the repository at this point in the history
  • Loading branch information
meliamzz committed Jul 31, 2024
1 parent 4328e18 commit 53a5e53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
check_pr_title:
name: Check PR title
if: '!github.event.pull_request.draft'
runs-on: ubuntu-latest
runs-on: prod-linux-xs
steps:
- name: Check PR title
uses: doctolib/actions/check-pr-title@main
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
rubocop-test:
name: Rubocop
runs-on: ubuntu-latest
runs-on: prod-linux-xs
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand All @@ -27,7 +27,7 @@ jobs:
run: bundle exec rubocop
unit-test:
name: UnitTest
runs-on: ubuntu-latest
runs-on: prod-linux-s
# Service containers to run with `container-job`
strategy:
matrix:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run tests
run: bundle exec rake test
legacy-activerecord-test:
runs-on: ubuntu-latest
runs-on: prod-linux-s
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 53a5e53

Please sign in to comment.