Skip to content

Commit

Permalink
Update ci-dgraph-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler authored Mar 14, 2024
1 parent 9c21b11 commit d1e5c41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-dgraph-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
- main
jobs:
dgraph-tests:
runs-on: ubuntu-20.04-32gb
runs-on: warp-ubuntu-latest-x64-16x
steps:
- name: Checkout Dgraph repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: dgraph-io/dgraph
ref: main
Expand All @@ -18,14 +18,14 @@ jobs:
GOVERSION=$({ [ -f .go-version ] && cat .go-version; })
echo "GOVERSION=$GOVERSION" >> $GITHUB_ENV
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ env.GOVERSION }}
- name: Fetch latest Badger version
run: |
go get github.com/dgraph-io/badger/v4@main
- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
- name: Install protobuf-compiler
Expand Down

0 comments on commit d1e5c41

Please sign in to comment.