Skip to content

Commit

Permalink
chore: update CI to pull pre-built image from GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Oct 1, 2024
1 parent dbfbce8 commit c9d359b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.sha }}

- name: Build devcontainer and run setup and benchmark
uses: devcontainers/[email protected]
with:
imageName: graphql-benchmarks
push: always
runCmd: |
- name: Pull pre-built image from GHCR
run: docker pull ghcr.io/tailcallhq/graphql-benchmarks:latest

- name: Run Benchmarks
run: |
bash ./graphql/${{ matrix.service }}/setup.sh
Expand Down

0 comments on commit c9d359b

Please sign in to comment.