Skip to content

Commit

Permalink
fix(ci): Cypress tests on github-hosted runners
Browse files Browse the repository at this point in the history
Too low RAM on self-hosted
  • Loading branch information
RezaRahemtola committed Oct 20, 2023
1 parent 1333c2d commit c77d0a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

end-to-end-tests-web:
name: "Cypress E2E: Web"
runs-on: self-hosted
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend/web/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
sonarqube:
name: Sonarqube
runs-on: self-hosted
runs-on: ubuntu-latest
permissions: read-all
steps:
- name: Checkout repository
Expand Down

0 comments on commit c77d0a8

Please sign in to comment.