Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
avdb13 committed Feb 14, 2024
1 parent 840927e commit bdc3550
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Use Test Homeserver
run: |
mkdir -p ./docker/synapse/media_store
mkdir -p ./docker/synapse
cp ./crates/test/fixtures/synapse/* ./docker/synapse
- name: Run Docker Containers
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Retrieve Admin Access Token
run: |
just get_access_token
grep 'COMMUNE_SYNAPSE_ADMIN_TOKEN' .env
grep 'COMMUNE_SYNAPSE_ADMIN_TOKEN' .env >> $GITHUB_ENV
- name: E2E Tests
env:
Expand Down
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ clear: stop
docker volume rm commune_synapse_database || true

# Runs all the tests from the `test` package. Optionally runs a single one if name pattern is provided
e2e *args='': dotenv
e2e *args='':
cargo test --package test -- --nocapture --test-threads=1 $1

# Builds the Server binary used in the Docker Image
Expand Down
39 changes: 0 additions & 39 deletions crates/test/src/matrix/events.rs

This file was deleted.

0 comments on commit bdc3550

Please sign in to comment.