Skip to content

Commit b7af657

Browse files
committed
acceptance_tests.yml: formatted yaml
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent 4478f89 commit b7af657

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed
Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
name: Acceptance Tests
22

3-
on:
4-
workflow_call
3+
on: workflow_call
54

65
jobs:
76
acceptance_tests:
87
runs-on: ubuntu-24.04
98
steps:
10-
- uses: actions/checkout@v3
11-
with:
12-
submodules: recursive
13-
- name: Install dependencies
14-
run: sudo apt-get update -y && sudo apt-get install -y libssl-dev libpam0g-dev liblmdb-dev byacc curl libyaml-dev librsync-dev
15-
- name: Run autotools / configure
16-
run: ./autogen.sh --enable-debug
17-
- name: Compile and link (make)
18-
run: make -j8 CFLAGS="-Werror -Wall"
19-
- name: Run acceptance tests
20-
run: |
21-
cd tests/acceptance
22-
chmod -R go-w .
23-
./testall --printlog --tests=common,errorlog
9+
- uses: actions/checkout@v3
10+
with:
11+
submodules: recursive
12+
- name: Install dependencies
13+
run: sudo apt-get update -y && sudo apt-get install -y libssl-dev libpam0g-dev liblmdb-dev byacc curl libyaml-dev librsync-dev
14+
- name: Run autotools / configure
15+
run: ./autogen.sh --enable-debug
16+
- name: Compile and link (make)
17+
run: make -j8 CFLAGS="-Werror -Wall"
18+
- name: Run acceptance tests
19+
run: |
20+
cd tests/acceptance
21+
chmod -R go-w .
22+
./testall --printlog --tests=common,errorlog

0 commit comments

Comments
 (0)