Skip to content

Commit

Permalink
build(deps-dev): Bump ava from 5.3.1 to 6.1.3 (#228)
Browse files Browse the repository at this point in the history
Bumps [ava](https://github.com/avajs/ava) from 5.3.1 to 6.1.3.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Florian Vogt <florian.vogt@sap.com>
  • Loading branch information
dependabot[bot] and flovogt committed Jul 25, 2024
1 parent 8edc7c3 commit a0f5e05
Show file tree
Hide file tree
Showing 10 changed files with 3,696 additions and 3,726 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,31 @@ jobs:

- name: Run integration tests
run: npm run test:integration

# Test matrix for older @ui5/cli versions to ensure compatibility
test-ui5cli-matrix:
name: Integration tests with @ui5/cli v${{matrix.ui5-cli}}
strategy:
fail-fast: false
matrix:
ui5-cli: [
"latest-3"
]
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4

- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
node-version: 20.x

- name: Install dependencies
run: npm ci

- name: Install @ui5/cli v${{matrix.ui5-cli}}
run: npm i -D @ui5/cli@${{matrix.ui5-cli}}

- name: Run integration tests
run: npm run test:integration
Loading

0 comments on commit a0f5e05

Please sign in to comment.