Skip to content

Commit

Permalink
remove ci test all
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 10, 2021
1 parent a40a855 commit 1c0e527
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,5 @@ jobs:
if: github.event_name == 'pull_request'
- run: make build
- run: docker images
- run: make ci
- run: make all
- run: docker-compose push
if: github.ref == 'refs/heads/main' && github.event.repository.fork == false
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,3 @@ build:
.PHONY: run
run:
docker-compose run --rm dev bash

.PHONY: ci
ci:
docker-compose run --rm -T dev npm ci --ignore-scripts --allow-root

.PHONY: test
test:
docker-compose run --rm -T dev npm test --allow-root

.PHONY: all
all:
docker-compose run --rm -T dev npm run all --allow-root

0 comments on commit 1c0e527

Please sign in to comment.