From a99e7be0a6c7c725dc5156952e581bf3a903485c Mon Sep 17 00:00:00 2001 From: gabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com> Date: Sat, 22 Aug 2020 14:25:08 +0000 Subject: fix: Remove github workflow --- .github/workflows/push.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/push.yml (limited to '.github/workflows/push.yml') 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 -- cgit v1.2.3