Skip to content

Commit

Permalink
Spike and integration-test Job
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jul 26, 2024
1 parent aca42fa commit 154e83a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,22 @@ jobs:
files: "*-binaries/restyler-*.tar.gz"
fail_on_unmatched_files: true

integration-test:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/download-artifact@v4
with:
name: linux-binaries
- run: |
tar xzf restyler-*.tar.gz
mkdir -p ./bin
mv -v restyler-*/restyle ./bin
- uses: restyled/sdk@pb/update
with:
command: >-
promote --test-count 3 --restyle-cmd './bin/restyle' dev
release:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 154e83a

Please sign in to comment.