Try combining everything into one pipeline #13

Merged
abdulrabbani00 merged 5 commits from feature/single-pr-gha into develop 2022-04-22 20:54:09 +00:00
Showing only changes of commit 7dba9ed1e6 - Show all commits

View File

@ -31,6 +31,7 @@ jobs:
unit-test: unit-test:
name: Run Unit Tests name: Run Unit Tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
## IF you want to update the default branch for `pull_request runs, do it after the ||`
env: env:
foundry-test-ref: ${{ github.event.inputs.foundry-test-ref || 'feature/build-stack'}} foundry-test-ref: ${{ github.event.inputs.foundry-test-ref || 'feature/build-stack'}}
ipld-eth-db-ref: ${{ github.event.inputs.ipld-eth-db-ref || 'main' }} ipld-eth-db-ref: ${{ github.event.inputs.ipld-eth-db-ref || 'main' }}