aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/push.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
deleted file mode 100644
index 6381eb5..0000000
--- a/.github/workflows/push.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-on: push
-name: Build
-jobs:
- test:
- name: Test
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@master
- - name: Test
- uses: ./.github/action
- with:
- args: test
- - name: Coverage
- uses: ./.github/action
- with:
- args: cloverage --junit
- - name: Package
- uses: ./.github/action
- with:
- args: package
- - name: Deploy to pages
- uses: JamesIves/github-pages-deploy-action@master
- env:
- ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
- BRANCH: gh-pages
- FOLDER: public