Skip to content

Commit 6ab65e8

Browse files
committed
Fix CI/CD and bump patch version to 0.6.2
1 parent 981148d commit 6ab65e8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919

2020
- uses: actions/checkout@v2
2121

22-
- name: Run Tests
23-
run: |
24-
swipl test/server.pl
25-
2622
- name: Build pack
2723
run: |
2824
zip -r debug_adapter-`swipl -s pack.pl -g "version(V), writeln(V)" -t halt`.zip pack.pl prolog README.md

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CI
33
on:
44
push:
55
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
68

79
workflow_dispatch:
810

.github/workflows/ci_stable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CI Stable SWI-Prolog
33
on:
44
push:
55
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
68

79
workflow_dispatch:
810

pack.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name(debug_adapter).
22
title('Debug Adapter Protocol package for SWI-Prolog').
3-
version('0.6.1').
3+
version('0.6.2').
44
author('Eshel Yaron', '[email protected]').
55
maintainer('Eshel Yaron', '[email protected]').
66
packager('Eshel Yaron', '[email protected]').
77
home('https://github.com/eshelyaron/debug_adapter').
8-
download('https://github.com/eshelyaron/debug_adapter/releases/download/v0.6.1/debug_adapter-0.6.1.zip').
8+
download('https://github.com/eshelyaron/debug_adapter/releases/download/v0.6.2/debug_adapter-0.6.2.zip').

0 commit comments

Comments
 (0)