Skip to content

Commit

Permalink
fix: remove t
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Nov 20, 2023
1 parent 6020d2b commit d768996
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:

- name: Generate Synapse Configuration
run: |
docker run -it --rm -v ./docker/synapse:/data --env-file .env matrixdotorg/synapse:v1.96.1 generate
docker run -i --rm -v ./docker/synapse:/data \
--env-file .env \
matrixdotorg/synapse:v1.96.1 generate
- name: E2E Tests
run: |
Expand Down

0 comments on commit d768996

Please sign in to comment.