This repository was archived by the owner on Feb 21, 2026. It is now read-only.
chore(deps): Bump the android-deps group with 2 updates (#51) #106
This file contains hidden or 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
| # SPDX-FileCopyrightText: 2024 Dom Rodriguez <[email protected]> | ||
| # | ||
| # SPDX-License-Identifier: CC0-1.0 | ||
| --- | ||
| name: CI tests (meta) | ||
| on: | ||
| push: | ||
| paths: ["app/**", "*gradle*", "devenv.*"] | ||
| pull_request: | ||
| paths: ["app/**", "*gradle*", "devenv.*"] | ||
| workflow_dispatch: | ||
| jobs: | ||
| test-nix: | ||
| uses: ./.github/workflows/ci-tests-nix.yml | ||
| secrets: inherit | ||
| test-codeql: | ||
|
Check failure on line 20 in .github/workflows/ci-tests.yml
|
||
| uses: ./.github/workflows/ci-tests-codeql.yml | ||
| secrets: inherit | ||
| test-android: | ||
| needs: [test-codeql] | ||
| uses: ./.github/workflows/ci-tests-android.yml | ||
| secrets: inherit | ||