Skip to content

Commit

Permalink
chore: add missing github-actions workflow (#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
BalduinLandolt committed Feb 22, 2023
1 parent 1ed0175 commit 8983c95
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-and-test-empty.yml
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- 'release-*'
- "release-*"

jobs:
build-and-test:
Expand All @@ -14,6 +14,13 @@ jobs:
- name: Skip with success
run: echo "skipped"

integration-test:
name: Build and integration-test
runs-on: ubuntu-latest
steps:
- name: Skip with success
run: echo "skipped"

test-client-test-data:
name: Test client-test-data
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8983c95

Please sign in to comment.