Skip to content

Commit

Permalink
revert test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 committed Aug 14, 2024
1 parent d63e0be commit 7481a96
Showing 1 changed file with 44 additions and 12 deletions.
56 changes: 44 additions & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Tests
on:
push:
branches:
- master
- 'release-*'
pull_request:
branches:
- master
- 'release-*'
# push:
# branches:
# - master
# - 'release-*'
# pull_request:
# branches:
# - master
# - 'release-*'
workflow_dispatch:
inputs:
environment:
Expand Down Expand Up @@ -42,6 +42,9 @@ jobs:
runs-on: ubuntu-latest
steps:
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> c4682884ea (revert test.yaml)
- uses: actions/checkout@v4
with:
fetch-depth: 1
Expand All @@ -67,6 +70,7 @@ jobs:
compression-level: 9


<<<<<<< HEAD
=======
- uses: actions/checkout@v3
with:
Expand All @@ -92,6 +96,8 @@ jobs:
retention-days: 10
compression-level: 9
>>>>>>> aef1a47c78 (comment workflows)
=======
>>>>>>> c4682884ea (revert test.yaml)
e2e-test:
if: "!contains( github.event.pull_request.labels.*.name, 'ci/skip-e2e')"
needs: e2e-ui-build
Expand All @@ -115,11 +121,15 @@ jobs:
]
runs-on: ubuntu-latest
steps:
<<<<<<< HEAD
<<<<<<< HEAD
- uses: actions/checkout@v4
=======
- uses: actions/checkout@v3
>>>>>>> aef1a47c78 (comment workflows)
=======
- uses: actions/checkout@v4
>>>>>>> c4682884ea (revert test.yaml)
with:
fetch-depth: 1
- name: Setup env
Expand Down Expand Up @@ -227,16 +237,21 @@ jobs:
TEST_USERNAME: ${{ matrix.role.username }}

- name: Upload screenshots
<<<<<<< HEAD
<<<<<<< HEAD
uses: actions/upload-artifact@v4
=======
uses: actions/upload-artifact@v3
>>>>>>> aef1a47c78 (comment workflows)
=======
uses: actions/upload-artifact@v4
>>>>>>> c4682884ea (revert test.yaml)
if: ${{ failure() }}
with:
name: ${{github.run_number}}-${{github.run_attempt}}-screenshots-${{ matrix.role.tag }}+${{ matrix.features[0] }}
path: cypress/screenshots

<<<<<<< HEAD
<<<<<<< HEAD

unit-test:
Expand All @@ -249,6 +264,13 @@ jobs:
steps:
- uses: actions/checkout@v3
>>>>>>> aef1a47c78 (comment workflows)
=======

unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
>>>>>>> c4682884ea (revert test.yaml)
with:
fetch-depth: 1

Expand Down Expand Up @@ -292,15 +314,16 @@ jobs:
>>>>>>> 991e9241ec (bind to only v2.9 to check if tests pass + comment other workflows)
=======
- name: Upload coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{github.run_number}}-${{github.run_attempt}}-coverage
path: coverage-artifacts/**/*


i18n:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
>>>>>>> aef1a47c78 (comment workflows)
Expand All @@ -311,6 +334,9 @@ jobs:
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> c4682884ea (revert test.yaml)

lint:
runs-on: ubuntu-latest
Expand All @@ -323,6 +349,7 @@ jobs:
uses: ./.github/actions/lint


<<<<<<< HEAD
=======
<<<<<<< HEAD
>>>>>>> 991e9241ec (bind to only v2.9 to check if tests pass + comment other workflows)
Expand All @@ -333,6 +360,8 @@ jobs:
>>>>>>> aef1a47c78 (comment workflows)
=======
>>>>>>> 087a32130d (update)
=======
>>>>>>> c4682884ea (revert test.yaml)
check-i18n:
runs-on: ubuntu-latest
steps:
Expand All @@ -351,6 +380,7 @@ jobs:
# Falure won't fail the job (remove -x when all current issues are fixed)
./scripts/check-i18n -s -x
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
=======
Expand Down Expand Up @@ -423,6 +453,8 @@ jobs:
>>>>>>> 087a32130d (update)
- name: Run tests
uses: ./.github/actions/lint
=======
>>>>>>> c4682884ea (revert test.yaml)

# coverage:
# runs-on: ubuntu-latest
Expand Down Expand Up @@ -451,12 +483,12 @@ jobs:
check-e2e-tags:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Check e2e tags
run: |
./scripts/check-e2e-tests-for-tags
./scripts/check-e2e-tests-for-tags

0 comments on commit 7481a96

Please sign in to comment.