We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee910f5 commit c5ef594Copy full SHA for c5ef594
3 files changed
.github/workflows/bats.yml
@@ -1,6 +1,4 @@
1
-# This is a basic workflow to help you get started with Actions
2
-
3
-name: CI
+name: Bats tests
4
5
# Controls when the workflow will run
6
on:
.github/workflows/build-deb.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
- name: Checkout code
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
15
- name: Install build tools
16
run: |
.github/workflows/build-rpm.yml
@@ -15,7 +15,7 @@ jobs:
sudo apt-get install -y rpm rpm2cpio build-essential
17
- name: Checkout source
18
19
20
- name: Set version and app name
21
0 commit comments