Skip to content

Commit

Permalink
Just test
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Jan 21, 2025
1 parent 4b20b80 commit 1224ff7
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions .github/workflows/noora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@ concurrency:
cancel-in-progress: true

jobs:
build:
name: "Release build on ${{ matrix.os }}"
strategy:
matrix:
os: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md", "ghcr.io/cirruslabs/macos-runner:sonoma"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
with:
experimental: true
- name: Run
run: mise run build-spm

test:
name: "Test on ${{ matrix.os }}"
strategy:
Expand All @@ -36,20 +22,11 @@ jobs:
- uses: jdx/mise-action@v2
with:
experimental: true
- name: Install
run: mise run install
- name: Warm Cache
run: mise run cache
- name: Run
run: mise run test-spm
- name: Updated Cache
run: mise run cache

lint:
name: Lint
runs-on: ghcr.io/cirruslabs/macos-runner:sonoma
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
with:
experimental: true
- name: Run
run: mise run lint

0 comments on commit 1224ff7

Please sign in to comment.