Skip to content

Commit db075a0

Browse files
committed
Update Test action
1 parent 5ae8ddd commit db075a0

File tree

2 files changed

+5
-35
lines changed

2 files changed

+5
-35
lines changed

.github/actions/setup-rust/action.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
check:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- name: Build and run dev container task
21+
- name: Checkout code
22+
uses: actions/checkout@v3
23+
24+
- name: Run CI Recipe
2225
uses: devcontainers/ci@v0.3
2326
with:
24-
# Change this to be your CI task/script
25-
runCmd: just check
27+
runCmd: just ci

0 commit comments

Comments
 (0)