Skip to content

Commit 966d181

Browse files
committed
build: run build script after tests
Refs: #131
1 parent a4f4323 commit 966d181

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ jobs:
3434
export GOPATH=~/go
3535
./scripts/pebble_service.sh start tests/conf/pebble-config.json
3636
behave tests/features
37-
./scripts/pebble_service.sh stop tests/conf/pebble-config.json
37+
- name: Build packages
38+
run: |
39+
./scripst/build.sh

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2019-2024 Flavio Garcia
189+
Copyright 2019-2025 Flavio Garcia
190190
Copyright 2016-2017 Veeti Paananen under MIT License
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,5 +290,5 @@ initiatives. Available under the
290290
This website and all documentation are licensed under
291291
[Creative Commons 3.0](http://creativecommons.org/licenses/by/3.0/).
292292

293-
Copyright © 2019-2022 Flávio Gonçalves Garcia
293+
Copyright © 2019-2025 Flavio Garcia
294294
Copyright © 2016-2017 Veeti Paananen under MIT License

scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
##
3-
## Copyright 2019-2023 Flavio Garcia
3+
## Copyright 2019-2025 Flavio Garcia
44
##
55
## Licensed under the Apache License, Version 2.0 (the "License");
66
## you may not use this file except in compliance with the License.
@@ -18,6 +18,6 @@
1818
##
1919
## Author: Flavio Garcia <piraz@candango.org>
2020

21-
python -m build
21+
python -m build -n
2222
rm -rf build
2323
rm -rf automatoes.egg-info

0 commit comments

Comments
 (0)