Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nationalarchives/ds-caselaw-public-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e1d543937eae07370cb6102b71c3eb4f00d29885
Choose a base ref
..
head repository: nationalarchives/ds-caselaw-public-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bb1523c6aae68960c7ba3637d8bd751a58c2967e
Choose a head ref
Showing with 1 addition and 11 deletions.
  1. +1 −11 .github/workflows/ci.yml
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -219,18 +219,8 @@ jobs:
- name: Kick off the django server itself
run: docker compose exec -d django python manage.py runserver 0.0.0.0:3000

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build playwright runner container
uses: docker/bake-action@v6
with:
targets: e2e_tests
load: true
set: |
*.cache-from=type=gha
*.cache-to=type=gha,mode=max
run: docker compose build e2e_tests
- run: docker compose up -d e2e_tests

- name: Run playwright e2e tests