Skip to content

Commit

Permalink
Run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Apr 8, 2024
1 parent 829dea8 commit 05c005c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ jobs:
- name: Install JS packages
run: nix develop -c $SHELL -c "npm ci"

# - name: Setup tmate session if build or test run failed
# if: ${{ always() }}
# uses: mxschmitt/action-tmate@v3
# timeout-minutes: 100

- name: Run tests
run: nix develop -c $SHELL -c "npm t"

Expand Down
2 changes: 1 addition & 1 deletion ts/test/local/conductor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ test("Local Conductor - 2 agent apps test", async (t) => {
await cleanAllConductors();
});

test.only("Local Conductor - create and read an entry, 2 conductors, 2 cells, 2 agents", async (t) => {
test("Local Conductor - create and read an entry, 2 conductors, 2 cells, 2 agents", async (t) => {
const { servicesProcess, bootstrapServerUrl, signalingServerUrl } =
await runLocalServices();
const app: AppBundleSource = { path: FIXTURE_HAPP_URL.pathname };
Expand Down

0 comments on commit 05c005c

Please sign in to comment.