mirror of
https://github.com/MillironX/docker-names.git
synced 2024-12-22 09:58:16 +00:00
Fix wording 2
This commit is contained in:
parent
83d62251be
commit
9b7a5c5e96
1 changed files with 1 additions and 1 deletions
2
.github/workflows/all.yml
vendored
2
.github/workflows/all.yml
vendored
|
@ -12,6 +12,6 @@ jobs:
|
||||||
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Install packages
|
- name: Run unit tests
|
||||||
run: npm run test
|
run: npm run test
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
Loading…
Reference in a new issue