Skip to content

Commit 6a016df

Browse files
committed
move wait-for-server.sh to github actions pipeline
1 parent a552056 commit 6a016df

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: yarn build
6868

6969
- name: Wait for server
70-
run: .circleci/wait-for-server.sh
70+
run: .github/workflows/wait-for-server.sh
7171

7272
- name: Test
7373
run: yarn test

0 commit comments

Comments
 (0)