Skip to content

Commit

Permalink
fix(ci): move docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
djMax committed Oct 29, 2023
1 parent f1fb445 commit b1905f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Empty file modified .github/docker/await.sh
100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions .github/docker/yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


5 changes: 0 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,16 @@ jobs:
uses: satackey/[email protected]
continue-on-error: true
- name: Pull docker images
working-directory: ./.github/docker
run: docker-compose pull
continue-on-error: true
- name: Lint the source
working-directory: ./.github/docker
run: docker compose run --rm --no-TTY builder yarn lint
- name: Transpile into dist
working-directory: ./.github/docker
run: docker compose run --rm --no-TTY builder yarn build
- name: Run tests
working-directory: ./.github/docker
run: docker compose run --rm --no-TTY runner yarn test
- name: Stop containers
if: always()
working-directory: ./.github/docker
run: docker compose down

publish-npm:
Expand Down
File renamed without changes.

0 comments on commit b1905f8

Please sign in to comment.