Skip to content

Commit 2ed38ff

Browse files
committed
chore: update workflows
Signed-off-by: Markus Maga <[email protected]>
1 parent f2e2acb commit 2ed38ff

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,11 @@ on: # rebuild any PRs and main branch changes
77
- 'releases/*'
88

99
jobs:
10-
build: # make sure build/ci work properly
10+
build:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
1414
- run: |
1515
npm install
1616
- run: |
1717
npm run all
18-
test: # make sure the action works on a clean machine without building
19-
runs-on: ubuntu-latest
20-
steps:
21-
- uses: actions/checkout@v3
22-
- uses: ./
23-
with:
24-
milliseconds: 1000

0 commit comments

Comments
 (0)