Skip to content

Commit

Permalink
Update GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
annda committed Oct 8, 2024
1 parent a4085ee commit 182b3de
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy Release

on:
workflow_run:
workflows: ["PHP Tests on Linux"]
workflows: ["JS Test and DokuWiki Default Tasks"]
branches: [master]
types:
- completed
Expand Down
71 changes: 0 additions & 71 deletions .github/workflows/phpTestLinux.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: JS Test and DokuWiki Default Tasks
on:
push:
pull_request:
schedule:
- cron: '15 6 20 * *'
jobs:
testJavaScript:
name: JavaScript Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup
run: |
yarn install
- name: Run Tests
run: |
yarn test
yarn lint
testPHP:
uses: dokuwiki/github-action/.github/workflows/all.yml@main

0 comments on commit 182b3de

Please sign in to comment.