Skip to content

Commit

Permalink
temporarily disable end-to-end testing
Browse files Browse the repository at this point in the history
  • Loading branch information
avdb13 committed Mar 7, 2024
1 parent 56e6696 commit 0ebff8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
env:
COMMUNE_SYNAPSE_ADMIN_TOKEN: ${{ env.COMMUNE_SYNAPSE_ADMIN_TOKEN }}
run: |
just e2e -- --show-output
# just e2e -- --show-output
echo "warning: end-to-end tests are temporarily disabled"
- name: Print Logs
if: always()
Expand Down

0 comments on commit 0ebff8a

Please sign in to comment.