workflows: ensure we also use the experimental image we just built

I think without a tag it defaults to `latest`, which is not what we
want.
pull/1070/head
Jordi Gutiérrez Hermoso 3 months ago committed by jordigh
parent 1e5cc585a7
commit cefadc50c4

@ -33,7 +33,7 @@ jobs:
- name: "grist" - name: "grist"
repo: "grist-ee" repo: "grist-ee"
# For now, we build it twice, with `grist-ee` being a # For now, we build it twice, with `grist-ee` being a
# backwards-compatible synoym for `grist`. # backwards-compatible synonym for `grist`.
- name: "grist-ee" - name: "grist-ee"
repo: "grist-ee" repo: "grist-ee"
steps: steps:
@ -88,7 +88,7 @@ jobs:
yarn run build:prod yarn run build:prod
- name: Run tests - name: Run tests
run: TEST_IMAGE=${{ github.repository_owner }}/${{ matrix.image.name }} VERBOSE=1 DEBUG=1 MOCHA_WEBDRIVER_HEADLESS=1 yarn run test:docker run: TEST_IMAGE=${{ github.repository_owner }}/${{ matrix.image.name }}:experimental VERBOSE=1 DEBUG=1 MOCHA_WEBDRIVER_HEADLESS=1 yarn run test:docker
- name: Log in to Docker Hub - name: Log in to Docker Hub
uses: docker/login-action@v1 uses: docker/login-action@v1

Loading…
Cancel
Save