Skip to content

Commit

Permalink
Run CI without devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
mjoerussell committed Feb 11, 2025
1 parent 8687261 commit 58d3bb2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ jobs:
#
# Run all CI steps in order: _SLANG_INFRA_CI_STEPS_ORDERED_ (keep in sync)
#
- name: "infra setup"
uses: actions-rust-lang/setup-rust-toolchain@v1
run: "./scripts/bin/infra setup"

- name: "infra check"
uses: "./.github/actions/devcontainer/run"
with:
runCmd: "./scripts/bin/infra check"
uses: actions-rust-lang/setup-rust-toolchain@v1
run: "./scripts/bin/infra check"

- name: "infra test"
uses: "./.github/actions/devcontainer/run"
with:
runCmd: "./scripts/bin/infra test"
uses: actions-rust-lang/setup-rust-toolchain@v1
run: "./scripts/bin/infra test"

- name: "infra lint"
uses: "./.github/actions/devcontainer/run"
with:
runCmd: "./scripts/bin/infra lint"
uses: actions-rust-lang/setup-rust-toolchain@v1
run: "./scripts/bin/infra lint"

- name: "Save Cache"
uses: "./.github/actions/cache/save"

0 comments on commit 58d3bb2

Please sign in to comment.