Skip to content

Commit

Permalink
Skip tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyBG committed Sep 20, 2023
1 parent 357df11 commit f6085d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ jobs:
- 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: 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 Down

0 comments on commit f6085d8

Please sign in to comment.