-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f8a25f
commit 1f22c6d
Showing
119 changed files
with
7,220 additions
and
445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: QA Container | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- "**" | ||
- "!main" | ||
|
||
jobs: | ||
qa-devcontainer: | ||
# We don't need to run this on Renovate PRs. We will already test the `renovate/foo` branch. | ||
if: github.event_name != 'pull_request' || github.actor != 'renovate[bot]' | ||
name: 🔹 QA Devcontainer | ||
uses: oliversalzburg/workflows/.github/workflows/qa-nodejs-oci.yml@main | ||
with: | ||
containerfile: packages/devcontainer/Containerfile | ||
working-directory: packages/devcontainer | ||
qa-ksa-backend: | ||
# We don't need to run this on Renovate PRs. We will already test the `renovate/foo` branch. | ||
if: github.event_name != 'pull_request' || github.actor != 'renovate[bot]' | ||
name: 🔹 QA Backend | ||
uses: oliversalzburg/workflows/.github/workflows/qa-nodejs-oci.yml@main | ||
with: | ||
containerfile: packages/kitten-analysts/backend.Containerfile | ||
working-directory: packages/kitten-analysts | ||
qa-ksa-game: | ||
# We don't need to run this on Renovate PRs. We will already test the `renovate/foo` branch. | ||
if: github.event_name != 'pull_request' || github.actor != 'renovate[bot]' | ||
name: 🔹 QA Game | ||
uses: oliversalzburg/workflows/.github/workflows/qa-nodejs-oci.yml@main | ||
with: | ||
containerfile: packages/kitten-analysts/game.Containerfile | ||
working-directory: packages/kitten-analysts | ||
qa-ksa-ui: | ||
# We don't need to run this on Renovate PRs. We will already test the `renovate/foo` branch. | ||
if: github.event_name != 'pull_request' || github.actor != 'renovate[bot]' | ||
name: 🔹 QA UI | ||
uses: oliversalzburg/workflows/.github/workflows/qa-nodejs-oci.yml@main | ||
with: | ||
containerfile: packages/kitten-analysts/ui.Containerfile | ||
working-directory: packages/kitten-analysts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ | |
|
||
# yarn internals are already pretty enough | ||
.yarn/ | ||
|
||
packages/kitten-analysts/examples/* |
Oops, something went wrong.