Skip to content

Commit 3343324

Browse files
committed
Rename test workflow to tests
1 parent f13db26 commit 3343324

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The tool `act` only works on workflows that have the `push` event. Temporarily a
5959

6060
```bash
6161
# Container to use # Workflow to debug # Token to authorize (optional) # Do not pull the docker image each time
62-
act -P 'ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest' -W '.github/workflows/test.yaml' -s GITHUB_TOKEN="$(gh auth token)" -p=false
62+
act -P 'ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest' -W '.github/workflows/tests.yaml' -s GITHUB_TOKEN="$(gh auth token)" -p=false
6363
```
6464

6565
You can find all the Docker images that work with Act [on Github](https://github.com/catthehacker/docker_images).

.github/workflows/deploy-faf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232

3333
jobs:
3434
test:
35-
uses: ./.github/workflows/test.yaml
35+
uses: ./.github/workflows/tests.yaml
3636
update:
3737
name: Update FAF
3838
needs: [test]

.github/workflows/deploy-fafbeta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434

3535
jobs:
3636
test:
37-
uses: ./.github/workflows/test.yaml
37+
uses: ./.github/workflows/tests.yaml
3838
update:
3939
name: Update FAF Beta Balance
4040
needs: [test]

.github/workflows/deploy-fafdevelop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434

3535
jobs:
3636
test:
37-
uses: ./.github/workflows/test.yaml
37+
uses: ./.github/workflows/tests.yaml
3838
update:
3939
name: Update FAF Develop
4040
needs: [test]

.github/workflows/stage-fafbeta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727

2828
jobs:
2929
test:
30-
uses: ./.github/workflows/test.yaml
30+
uses: ./.github/workflows/tests.yaml
3131
update:
3232
name: Update FAF Develop
3333
needs: [test]

.github/workflows/stage-fafdevelop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727

2828
jobs:
2929
test:
30-
uses: ./.github/workflows/test.yaml
30+
uses: ./.github/workflows/tests.yaml
3131
update:
3232
name: Update FAF Develop
3333
needs: [test]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: Tests
22

33
on:
44
workflow_call:

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The tool `act` only works on workflows that have the `push` event. Temporarily a
6767

6868
```bash
6969
# Container to use # Workflow to debug # Token to authorize (optional) # Do not pull the docker image each time
70-
act -P 'ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest' -W '.github/workflows/test.yaml' -s GITHUB_TOKEN="$(gh auth token)" -p=false
70+
act -P 'ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest' -W '.github/workflows/tests.yaml' -s GITHUB_TOKEN="$(gh auth token)" -p=false
7171
```
7272

7373
You can find all the Docker images that work with Act [on Github](https://github.com/catthehacker/docker_images).

0 commit comments

Comments
 (0)