Compare commits
1 Commits
feat/auth
...
757005f4f8
| Author | SHA1 | Date | |
|---|---|---|---|
| 757005f4f8 |
6
.github/workflows/integration-test.yml
vendored
6
.github/workflows/integration-test.yml
vendored
@@ -11,11 +11,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-action@stable
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-action@master
|
||||
|
||||
- name: Install Podman
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user