mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 22:51:02 +00:00
wip: adds a test-meta job to echo the outputs
This commit is contained in:
parent
f75f8c37ea
commit
1c9af10633
1 changed files with 6 additions and 1 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -23,6 +23,12 @@ jobs:
|
|||
- id: tag
|
||||
run: echo "tag=v${{ steps.version.outputs.version}}-community" >> $GITHUB_OUTPUT
|
||||
|
||||
test-meta:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [meta]
|
||||
steps:
|
||||
- run: echo ${{needs.meta.outputs.version}} ${{needs.meta.outputs.tag}}
|
||||
|
||||
build-lattice:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [meta]
|
||||
|
|
@ -30,7 +36,6 @@ jobs:
|
|||
CI: false
|
||||
|
||||
steps:
|
||||
- run: echo ${{needs.meta.outputs.version}} ${{needs.meta.outputs.tag}}
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue