Skip to content

Commit

Permalink
Merge branch 'master' into snyk-upgrade-836c5a794a4ba28cda063e5459b4c4da
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Aug 30, 2024
2 parents 012e96a + 7b22dc5 commit c35ce27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ jobs:
- name: Install modules
run: npm install
- name: Build the docker-compose stack
run: docker-compose -f docker-compose.testing.yaml up -d
# - name: Run contract tests
# run: npm run test:contract
# env:
# ENVIRONMENT: CI
# JWT_TOKEN: 123
# JWT_TOKEN_LOGIN: 456
run: docker compose -f docker-compose.testing.yaml up -d
- name: Run integration tests
run: npm run test:integration
env:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18-alpine3.17 as builder
FROM node:20.8.0-alpine3.17 as builder

RUN apk --update add git build-base

Expand All @@ -16,7 +16,7 @@ COPY /src ./src/

RUN npm run build

FROM node:18.18-alpine3.17
FROM node:20.8.0-alpine3.17

ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.7.2/wait /wait
RUN chmod +x /wait
Expand Down

0 comments on commit c35ce27

Please sign in to comment.