Skip to content

Commit

Permalink
Add FE build back in and list files to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkafton committed Feb 7, 2024
1 parent 2338650 commit 587cadf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/e2e-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
- name: Install dependencies
run: yarn install --immutable

# - name: Build frontend
# run: MITOPEN_HOSTNAME=localhost:8063 yarn build
- name: Build frontend
run: yarn build

- name: List build files (debug)
run: ls -laR /src/staticfiles

- name: Build services
run: docker compose -f docker-compose-e2e-tests.yml build
Expand Down

0 comments on commit 587cadf

Please sign in to comment.