We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2b970 commit aff18c3Copy full SHA for aff18c3
1 file changed
.github/workflows/test.yml
@@ -9,7 +9,8 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
steps:
11
- uses: actions/checkout@v4
12
+
13
- name: Run tests
- uses: ysdragon/ring-action@v1.0.4
14
+ uses: ysdragon/ring-action@v1.0.6
15
with:
- file: "lib.ring"
16
+ file: "tests/SysInfo_test.ring"
0 commit comments