Skip to content

Commit

Permalink
Skip CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyBG committed Sep 20, 2023
1 parent 41db913 commit 286baac
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 286baac

Please sign in to comment.