Skip to content

Commit

Permalink
patch workflow to test RC
Browse files Browse the repository at this point in the history
  • Loading branch information
shaan1337 committed Oct 21, 2024
1 parent 4c46920 commit b53d15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run Tests
run: yarn test ${{ matrix.group.path }} --ci --run-in-band --forceExit
env:
EVENTSTORE_IMAGE: eventstore-ce:${{ inputs.version }}
EVENTSTORE_IMAGE: eventstore-preview:${{ inputs.version }}
EVENTSTORE_CLOUD_ID: ${{ secrets.eventstore_cloud_id }}
- name: Disconnect from tailscale
if: ${{ always() && matrix.group.tailscale && env.SECRETS_AVAILABLE == 'true' }}
Expand Down

0 comments on commit b53d15e

Please sign in to comment.