Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed May 9, 2024
1 parent 288bfb5 commit c833b83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/smoke-test.yml
@@ -1,9 +1,12 @@
name: Smoke test

on:
workflow_dispatch: # Manual trigger
schedule: # Every sunday at 00:00
- cron: "0 00 * * SUN"
push:
branches:
- '**'
# workflow_dispatch: # Manual trigger
# schedule: # Every sunday at 00:00
# - cron: "0 00 * * SUN"

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion eslint-remote-tester.config.ts
Expand Up @@ -24,7 +24,7 @@ const config: Config = {
parser: '@typescript-eslint/parser'
}
],
extends: ['plugin:vitest/all']
extends: ['plugin:vitest/legacy-all']
}
}

Expand Down

0 comments on commit c833b83

Please sign in to comment.