Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andylokandy committed Dec 13, 2023
1 parent bf4dba1 commit 804ff55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Install latest nextest release
uses: taiki-e/install-action@nextest
- name: integration test
run: MULTI_REGION=1 make raw-integration-test
run: MULTI_REGION=1 make integration-test-raw

txn-integration-test:
name: txn integration test
Expand Down Expand Up @@ -113,4 +113,4 @@ jobs:
- name: Install latest nextest release
uses: taiki-e/install-action@nextest
- name: integration test
run: MULTI_REGION=1 make txn-integration-test
run: MULTI_REGION=1 make integration-test-txn

0 comments on commit 804ff55

Please sign in to comment.