Skip to content

Commit e29527a

Browse files
committed
fix
1 parent a986b22 commit e29527a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ on: [push]
44

55
env:
66
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
7-
DOCKER_IMAGE: nexxel/ens-app-v3-test:latest
87

98
jobs:
109
coverage:
1110
runs-on: blacksmith-4vcpu-ubuntu-2204
1211
container:
13-
image: ${{ env.DOCKER_IMAGE }}
12+
image: nexxel/ens-app-v3-test:latest
1413
steps:
1514
- uses: actions/checkout@v4
1615

0 commit comments

Comments
 (0)