Skip to content

Commit 5ef1de5

Browse files
committed
Remove docker test
1 parent c7cc996 commit 5ef1de5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ jobs:
5050
run: yarn test:env:node-ts
5151
- name: Run Browser env
5252
run: yarn test:env:browser
53-
docker_compose_check:
54-
runs-on: ubuntu-latest
55-
steps:
56-
- uses: actions/checkout@v3
57-
- name: Run docker
58-
run: docker-compose run --rm package bash -c "yarn install && yarn test && yarn lint"
5953
linter_check:
6054
runs-on: ubuntu-latest
6155
name: linter-check

0 commit comments

Comments
 (0)