-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
33 changed files
with
3,448 additions
and
1,578 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
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 |
---|---|---|
|
@@ -10,8 +10,8 @@ jobs: | |
outputs: | ||
matrix: ${{ steps.matrix.outputs.value }} | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- id: matrix | ||
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' | ||
run: echo "value=$PR_JOBS_NAME" >> $GITHUB_OUTPUT | ||
|
@@ -24,7 +24,7 @@ jobs: | |
matrix: | ||
value: ${{ fromJSON(needs.setup.outputs.matrix) }} | ||
steps: | ||
- uses: taiga-family/ci/actions/run/[email protected].4 | ||
- uses: taiga-family/ci/actions/run/[email protected].6 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
job: ${{ matrix.value }} | ||
|
@@ -33,13 +33,13 @@ jobs: | |
needs: [wait] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/auto/approve/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/auto/approve/[email protected].6 | ||
with: | ||
token1: ${{ secrets.GITHUB_TOKEN }} | ||
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} | ||
- uses: taiga-family/ci/actions/run/[email protected].4 | ||
- uses: taiga-family/ci/actions/run/[email protected].6 | ||
if: env.IS_RELEASE_BRANCH == 'false' | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
|
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 |
---|---|---|
|
@@ -10,9 +10,9 @@ jobs: | |
name: Build app | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- run: npx nx build | ||
|
||
concurrency: | ||
|
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 |
---|---|---|
|
@@ -6,9 +6,9 @@ jobs: | |
name: Firebase | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- run: npx nx build --base-href='/' | ||
- name: Debug output | ||
run: tree dist/apps/taiga-lumbermill/browser -P '*.html' | ||
|
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 |
---|---|---|
|
@@ -9,9 +9,9 @@ jobs: | |
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- run: npx nx build-gh-pages taiga-lumbermill | ||
- uses: JamesIves/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -5,41 +5,41 @@ jobs: | |
typecheck: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- run: npm run typecheck | ||
|
||
cspell: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- run: npm run cspell -- --no-progress | ||
|
||
prettier: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- run: npm run prettier -- --check | ||
|
||
stylelint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- run: npm run stylelint | ||
|
||
eslint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- run: npm run lint | ||
|
||
result: | ||
|
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 |
---|---|---|
|
@@ -11,9 +11,9 @@ jobs: | |
name: Run tests | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].4 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- name: Install Playwright | ||
run: npx playwright install --with-deps | ||
- name: Run Tests | ||
|
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
4 changes: 2 additions & 2 deletions
4
apps/taiga-lumbermill-e2e/src/control-panel/control-panel.spec.ts
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
import {expect, test} from '@playwright/test'; | ||
|
||
test('Have 5 cards', async ({page}) => { | ||
test('Have 4 cards', async ({page}) => { | ||
await page.goto('/dashboards/iot'); | ||
|
||
const cards = page.locator('.button-card'); | ||
|
||
await expect(cards).toHaveCount(5); | ||
await expect(cards).toHaveCount(4); | ||
}); |
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
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
Oops, something went wrong.