Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump actions/download-artifact from 4.1.9 to 4.2.0 #2704

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -269,7 +269,7 @@ jobs:
run: mkdir artifacts code unit-coverage integration-coverage
- name: Download artifacts
if: ${{ github.event_name == 'push' }}
uses: actions/download-artifact@v4.1.9
uses: actions/download-artifact@v4.2.0
with:
path: artifacts
- name: Checkout of code base

Unchanged files with check annotations Beta

public function testGetRecipesByKeyword() {
if ($_ENV['INPUT_DB'] === 'sqlite') {
$this->markTestSkipped();

Check warning on line 119 in tests/Integration/Db/RecipeDb/RecipeDbBigTest.php

GitHub Actions / Run the unittests (sqlite, 29, 8.2, apache)

The test testGetRecipesByKeyword is skipped.
}
$recipes = $this->dut->getRecipesByKeywords('Favorites', $this->user);
## Note on incomplete changelogs and releases
Please note that the changelog in this branch is not complete.