Skip to content

Commit 662279c

Browse files
committed
chore: change job name to testing
Signed-off-by: Luigi Navarro <[email protected]>
1 parent f81e5c8 commit 662279c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ats.test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Tests ATS
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, refactor/add-workspaces]
66
paths:
77
- "packages/ats/**"
88
- "apps/ats/**"
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
test-ats:
19-
name: Test ATS
19+
name: testing
2020
runs-on: token-studio-linux-large
2121
env:
2222
NODE_OPTIONS: '--max-old-space-size=32768'

.github/workflows/mp.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
test-mass-payout:
19-
name: Test Mass Payout
19+
name: testing
2020
runs-on: token-studio-linux-large
2121
env:
2222
NODE_OPTIONS: '--max-old-space-size=32768'

apps/ats/web/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,6 @@ In order to execute all the tests run this command from the _web_ folder:
9090
```
9191
npm run test
9292
```
93+
94+
# Delete
95+
For testing

0 commit comments

Comments
 (0)