Skip to content

Commit

Permalink
workflows/tests: fix actionlint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongRuoyu committed Sep 24, 2024
1 parent e84f68a commit 78bdeab
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,23 +251,19 @@ jobs:
- name: tests (online)
test-flags: --online --coverage
runs-on: ubuntu-latest
container:
image: ghcr.io/homebrew/ubuntu22.04:master
container: ghcr.io/homebrew/ubuntu22.04:master
- name: tests (generic OS)
test-flags: --generic --coverage
runs-on: ubuntu-latest
container:
image: ghcr.io/homebrew/ubuntu22.04:master
container: ghcr.io/homebrew/ubuntu22.04:master
- name: tests (Ubuntu 22.04)
test-flags: --coverage
runs-on: ubuntu-latest
container:
image: ghcr.io/homebrew/ubuntu22.04:master
container: ghcr.io/homebrew/ubuntu22.04:master
- name: tests (Ubuntu 20.04)
test-flags: --coverage
runs-on: ubuntu-latest
container:
image: ghcr.io/homebrew/ubuntu20.04
container: ghcr.io/homebrew/ubuntu20.04
- name: tests (macOS 13 x86_64)
test-flags: --coverage
runs-on: macos-13
Expand Down Expand Up @@ -373,12 +369,10 @@ jobs:
include:
- name: test default formula (Ubuntu 22.04)
runs-on: ubuntu-latest
container:
image: ghcr.io/homebrew/ubuntu22.04:master
container: ghcr.io/homebrew/ubuntu22.04:master
- name: test default formula (Ubuntu 20.04)
runs-on: ubuntu-latest
container:
image: ghcr.io/homebrew/ubuntu20.04
container: ghcr.io/homebrew/ubuntu20.04
- name: test default formula (macOS 13 x86_64)
runs-on: macos-13
- name: test default formula (macOS 14 arm64)
Expand Down

0 comments on commit 78bdeab

Please sign in to comment.