Skip to content

Commit

Permalink
split runs for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mki-c2c committed Jul 30, 2024
1 parent 877f1af commit 5eef06f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ jobs:
- name: manually create npm package
run: |
tar --transform="s|bundle|package/bundle|" -rvf luxembourg-geoportail-0.0.0-dev.tar bundle
- run: |
tar --transform="s|src/bundle/package_without_deps|package/package|" -rvf luxembourg-geoportail-0.0.0-dev.tar src/bundle/package_without_deps.json
- run: |
tar --transform="s|README.md|package/README.md|" -rvf luxembourg-geoportail-0.0.0-dev.tar README.md
- run: |
tar --transform="s|LICENSE|package/LICENSE|" -rvf luxembourg-geoportail-0.0.0-dev.tar LICENSE
- run: |
gzip luxembourg-geoportail-0.0.0-dev.tar
- name: upload manually
Expand Down

0 comments on commit 5eef06f

Please sign in to comment.