Skip to content

Commit 761a916

Browse files
committed
get CI working again on 5.2?
1 parent a598290 commit 761a916

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: "bashdb CI"
22
on:
33
push:
4-
<<<<<<< HEAD
54
pull_request:
65
workflow_dispatch:
76

@@ -13,19 +12,10 @@ jobs:
1312

1413
runs-on: ${{ matrix.os }}
1514
name: "Run Tests on ${{ matrix.os }}"
16-
=======
17-
18-
jobs:
19-
linux:
20-
name: "Linux"
21-
runs-on: ubuntu-latest
22-
container: bash:5.1
23-
>>>>>>> 11150b3 (Add GitHub Actions to run tests for bash-5.1 in a Docker container)
2415
steps:
2516
- name: Checkout
2617
uses: actions/checkout@v4
2718

28-
<<<<<<< HEAD
2919
- name: Install dependencies for Linux
3020
if: runner.os == 'Linux'
3121
shell: bash
@@ -52,20 +42,3 @@ jobs:
5242
# env:
5343
# VERBOSE: 1
5444
# run: make -e -j3 check
55-
=======
56-
- name: Setup Packages
57-
shell: bash
58-
run: |+
59-
apk update
60-
apk add build-base automake autoconf libtool texinfo
61-
62-
- name: Configure
63-
shell: bash
64-
run: bash ./autogen.sh
65-
66-
- name: Test
67-
shell: bash
68-
env:
69-
VERBOSE: 1
70-
run: make -e -j3 check
71-
>>>>>>> 11150b3 (Add GitHub Actions to run tests for bash-5.1 in a Docker container)

0 commit comments

Comments
 (0)