Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Enforce tests passing again
Browse files Browse the repository at this point in the history
We'd stubbed out the image tests passing to faciliate upgrades. Now that
we're updating the oracle images to match the current state, lets
resume enforcing passing the image tests during CI and build.
  • Loading branch information
djmetzle committed Sep 19, 2022
1 parent 150e8d8 commit 27eb112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ RUN npm install
COPY . .

RUN npm run test
RUN ./run-tests.py || true
RUN ./run-tests.py

0 comments on commit 27eb112

Please sign in to comment.