Skip to content

Commit

Permalink
Use another GitHub runner with more RAM though less costs than initial.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndesi committed Sep 26, 2023
1 parent 93fe482 commit 6ba0f5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
docker run -v $(pwd):/var/www/html api:dev-amd sh -c "composer install --quiet && composer mess"
test-feature:
runs-on: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204
name: 'Feature Test'
needs:
- test-unit
Expand All @@ -188,9 +188,9 @@ jobs:
matrix:
dockerCompose:
- "neo4j-5.1"
- "neo4j-5.9"
- "neo4j-5.10"
- "neo4j-5.11"
- "neo4j-5.12"
steps:
- uses: actions/checkout@v3
- run: mkdir -p /tmp/docker
Expand All @@ -214,7 +214,7 @@ jobs:
docker exec ember-nexus-api bash -c "composer install --quiet && composer test:feature"
test-example-generation:
runs-on: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204
name: 'Example Generation Test'
needs:
- test-unit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:

ember-nexus-neo4j:
container_name: ember-nexus-neo4j
image: neo4j:5.9
image: neo4j:5.12
expose:
- "7474"
- "7687"
Expand Down

0 comments on commit 6ba0f5e

Please sign in to comment.