-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump elixir from 1.17.1-alpine to 1.17.2-alpine in the docker-patchin…
…g group (#217) * Bump elixir in the docker-patching group Bumps the docker-patching group with 1 update: elixir. Updates `elixir` from 1.17.1-alpine to 1.17.2-alpine --- updated-dependencies: - dependency-name: elixir dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-patching ... Signed-off-by: dependabot[bot] <[email protected]> * Update ci.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lewis Goddard <[email protected]>
- Loading branch information
1 parent
6f22399
commit 81cb793
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -19,10 +19,10 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Compile | ||
run: docker-compose build | ||
run: docker compose build | ||
|
||
- name: Format | ||
run: docker-compose run dashboard mix format | ||
run: docker compose run dashboard mix format | ||
|
||
Lint_Credo: | ||
name: Lint (Credo) | ||
|
@@ -33,10 +33,10 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Compile | ||
run: docker-compose build | ||
run: docker compose build | ||
|
||
- name: Lint | ||
run: docker-compose run dashboard mix credo --all | ||
run: docker compose run dashboard mix credo --all | ||
|
||
Lint_Eslint: | ||
name: Lint (ESLint) | ||
|
@@ -47,10 +47,10 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Compile | ||
run: docker-compose build | ||
run: docker compose build | ||
|
||
- name: Lint | ||
run: docker-compose run -w /opt/app/assets dashboard npm run lint:js | ||
run: docker compose run -w /opt/app/assets dashboard npm run lint:js | ||
|
||
Lint_Stylelint: | ||
name: Lint (Stylelint) | ||
|
@@ -61,10 +61,10 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Compile | ||
run: docker-compose build | ||
run: docker compose build | ||
|
||
- name: Lint | ||
run: docker-compose run -w /opt/app/assets dashboard npm run lint:css | ||
run: docker compose run -w /opt/app/assets dashboard npm run lint:css | ||
|
||
Test_Mix: | ||
name: Test (Mix) | ||
|
@@ -75,10 +75,10 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Compile | ||
run: docker-compose build | ||
run: docker compose build | ||
|
||
- name: Test | ||
run: docker-compose run dashboard mix test | ||
run: docker compose run dashboard mix test | ||
|
||
Build: | ||
runs-on: ubuntu-latest | ||
|
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
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