From 286baacae3dca973746314000618881ac5cacf31 Mon Sep 17 00:00:00 2001 From: Joey Bolduc-Gilbert Date: Wed, 20 Sep 2023 13:39:33 -0400 Subject: [PATCH] Skip CI for now --- .github/workflows/ci.yml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5ca31b1b..68e6e9c81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,20 +56,20 @@ jobs: npm ci --prefix cli --no-audit --no-color npm ci --prefix jipt --no-audit --no-color - - name: Build webapp production - run: npm run build-production-inline --prefix webapp + # - name: Build webapp production + # run: npm run build-production-inline --prefix webapp - - name: Run Tests - run: | - mix ecto.setup - ./priv/scripts/ci-check.sh + # - name: Run Tests + # run: | + # mix ecto.setup + # ./priv/scripts/ci-check.sh - - name: Build CLI - run: npm --prefix cli run build - - name: Build JIPT - run: npm --prefix jipt run build-production-inline - - name: Coverage report - run: mix coveralls.post --token ${{ secrets.COVERALLS_REPO_TOKEN }} --name 'github-actions' --branch ${{ github.ref }} --committer ${{ github.actor }} --sha ${{ github.sha }} + # - name: Build CLI + # run: npm --prefix cli run build + # - name: Build JIPT + # run: npm --prefix jipt run build-production-inline + # - name: Coverage report + # run: mix coveralls.post --token ${{ secrets.COVERALLS_REPO_TOKEN }} --name 'github-actions' --branch ${{ github.ref }} --committer ${{ github.actor }} --sha ${{ github.sha }} - name: Login to Docker Hub uses: docker/login-action@v3 @@ -94,7 +94,6 @@ jobs: type=semver,pattern={{raw}} - uses: docker/build-push-action@v5 - if: ${{ startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master' }} with: context: . platforms: linux/amd64,linux/arm64