Skip to content

Commit

Permalink
revert building dev containers
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Oct 1, 2024
1 parent c9d359b commit a7619da
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.sha }}

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

- name: Run Benchmarks
run: |
Expand Down

0 comments on commit a7619da

Please sign in to comment.