Skip to content

Commit

Permalink
Use Neo runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottKayeNeo committed Jan 8, 2025
1 parent 9f25f9c commit c3437a2
Show file tree
Hide file tree
Showing 5 changed files with 902 additions and 1,901 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches-ignore: [master, main]
jobs:
build:
runs-on: ubuntu-latest
runs-on: neo-x86-2xs
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: [master, main]
jobs:
tag:
runs-on: ubuntu-latest
runs-on: neo-x86-2xs
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
Expand All @@ -16,7 +16,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ steps.extract_version.outputs.version }}
coverage:
runs-on: ubuntu-latest
runs-on: neo-x86-2xs
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [opened, synchronize, reopened]
jobs:
validate:
runs-on: ubuntu-latest
runs-on: neo-x86-2xs
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"eslint": "^7.29.0",
"eslint-config-neo": "^0.6.2",
"jest": "^27.0.6",
"mongodb": "^3.6.9",
"mongodb-memory-server-core": "^8.6.0",
"mongodb-memory-server-global": "^8.6.0",
"mongodb": "^6.12.0",
"mongodb-memory-server-core": "^9",
"mongodb-memory-server-global": "^9",
"prettier": "^2.3.2",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
Expand Down
Loading

0 comments on commit c3437a2

Please sign in to comment.