Skip to content

Commit aff18c3

Browse files
committed
Use v1.0.6 ring-action version
1 parent bb2b970 commit aff18c3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
steps:
1111
- uses: actions/checkout@v4
12+
1213
- name: Run tests
13-
uses: ysdragon/ring-action@v1.0.4
14+
uses: ysdragon/ring-action@v1.0.6
1415
with:
15-
file: "lib.ring"
16+
file: "tests/SysInfo_test.ring"

0 commit comments

Comments
 (0)