diff --git a/.github/workflows/ash-ci.yml b/.github/workflows/ash-ci.yml index dcabfb70..7394a4df 100644 --- a/.github/workflows/ash-ci.yml +++ b/.github/workflows/ash-ci.yml @@ -141,6 +141,12 @@ jobs: build-dev: name: MIX_ENV=dev mix.compile runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: team-alembic/staple-actions/actions/mix-compile@main + with: + mix-env: dev + release: needs: - credo # - doctor @@ -150,14 +156,6 @@ jobs: - test - test-with-postgres - dialyzer - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - steps: - - uses: actions/checkout@v3 - - uses: team-alembic/staple-actions/actions/mix-compile@main - with: - mix-env: dev - release: - needs: [build-dev] if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest name: Release