Skip to content

Commit

Permalink
chore(ci): Use Github actions for everything now that AWS free credit…
Browse files Browse the repository at this point in the history
…s have run out (#2750)
  • Loading branch information
corneliusroemer authored Sep 10, 2024
1 parent 37c7106 commit 68a106c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true
jobs:
Tests:
runs-on: codebuild-loculus-ci-${{ github.run_id }}-${{ github.run_attempt }}
runs-on: ubuntu-latest
timeout-minutes: 15
env:
CROSSREF_USERNAME: ${{ secrets.CROSSREF_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ingest-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
unitTests:
name: Unit Tests
runs-on: codebuild-loculus-ci-${{ github.run_id }}-${{ github.run_attempt }}
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/website-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
checks:
name: Check format and types
runs-on: codebuild-loculus-ci-${{ github.run_id }}-${{ github.run_attempt }}
runs-on: ubuntu-latest
timeout-minutes: 15
defaults:
run:
Expand All @@ -35,7 +35,7 @@ jobs:
if: always()
unitTests:
name: Unit Tests
runs-on: codebuild-loculus-ci-${{ github.run_id }}-${{ github.run_attempt }}
runs-on: ubuntu-latest
timeout-minutes: 15
defaults:
run:
Expand Down

0 comments on commit 68a106c

Please sign in to comment.