-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
File renamed without changes.