Skip to content

Commit

Permalink
GitHub Actions: create source tarball by 'stack sdist'
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Jan 11, 2021
1 parent 6260fd0 commit fae6716
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Expand Up @@ -44,9 +44,13 @@ jobs:
run: |
echo "resolver: ${{ matrix.resolver }}" > stack.yaml
stack build --test --no-run-tests --bench --no-run-benchmarks ${{ matrix.flags }}
- name: Test
run: stack test ${{ matrix.flags }}

- name: Create source tarball
run: stack sdist ${{ matrix.flags }}

- name: Coveralls
if: matrix.coveralls
continue-on-error: true
Expand Down

0 comments on commit fae6716

Please sign in to comment.