File tree Expand file tree Collapse file tree 1 file changed +15
-16
lines changed Expand file tree Collapse file tree 1 file changed +15
-16
lines changed Original file line number Diff line number Diff line change 1
1
name : Acceptance Tests
2
2
3
- on :
4
- workflow_call
3
+ on : workflow_call
5
4
6
5
jobs :
7
6
acceptance_tests :
8
7
runs-on : ubuntu-24.04
9
8
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
You can’t perform that action at this time.
0 commit comments