Skip to content

Commit

Permalink
Merge pull request #981 from mollie/test-pr
Browse files Browse the repository at this point in the history
Test PR
  • Loading branch information
GytisZum authored Oct 7, 2024
2 parents a0f29a3 + 1e68eff commit 2b91db7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,7 @@ jobs:
env:
MODULE_NAME: mollie
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.0
with:
access_token: ${{ github.token }}

# todo ask for permissions to add cancel previous workflow action
- name: checkout
uses: actions/checkout@v4
with:
Expand All @@ -90,11 +86,9 @@ jobs:
run: |
composer install --no-dev --optimize-autoloader --classmap-authoritative
composer dump-autoload --no-dev --optimize --classmap-authoritative
cp .github/.htaccess vendor/.htaccess
rm -rf .git .github tests .php-cs-fixer.php Makefile cypress* docker-compose*.yml package.json package-lock.json .docker
mkdir ${{ env.MODULE_NAME }}
rsync -Rr ./ ./${{ env.MODULE_NAME }}
chmod -R 777 ${{ env.MODULE_NAME }}/var/cache
shopt -s extglob
rm -r !(${{ env.MODULE_NAME }})
find . -maxdepth 1 -type f -exec rm "{}" \;
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
![Mollie](https://www.mollie.nl/files/Mollie-Logo-Style-Small.png)

# Changelog #

## Changes in release 6.2.4 ##
+ Workflow improvements

## Changes in release 6.2.3 ##
+ Multi shop improvements with order states
+ Logging improvements
Expand Down

0 comments on commit 2b91db7

Please sign in to comment.