Skip to content

Commit

Permalink
Restore Integration Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieobject committed Mar 11, 2024
1 parent a77bca7 commit 089355a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
- name: Start Docker containers
run: dev/up

# # retries are added due to test failures with dependencies
# - name: Run tests
# run: script/run_tests.sh
#
# retries are added due to test failures with dependencies
- name: Run tests
run: script/run_tests.sh

- name: Stop local test server
run: docker-compose -p xmtp-ios -f dev/local/docker-compose.yml down

0 comments on commit 089355a

Please sign in to comment.