Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into templates-e2e-test
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Apr 8, 2024
2 parents 0a05402 + 1be64a7 commit 4afc77d
Show file tree
Hide file tree
Showing 4 changed files with 345 additions and 269 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:

- name: Start e2e server
run: |
docker-compose pull
docker-compose build
docker-compose up -d
docker compose pull
docker compose build
docker compose up -d
working-directory: e2e/server

- name: Build client
Expand Down Expand Up @@ -90,5 +90,5 @@ jobs:

- name: Server Logs
if: ${{ failure() }}
run: docker-compose logs superdesk
run: docker compose logs superdesk
working-directory: e2e/server
34 changes: 0 additions & 34 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 4afc77d

Please sign in to comment.