Skip to content

Commit

Permalink
Merge branch 'master' into master2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDosin authored Oct 7, 2023
2 parents a8af5f1 + ecbc6bd commit 1f54b11
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,6 @@ on:
- master

jobs:
integration:
name: Integration Tests | Shopware ${{ matrix.shopware }} | PHP 8.1
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
shopware: [ '6.5.2.0', ]
steps:
- name: Clone Code
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1

- name: Start Docker
run: |
docker run --rm --name shop --env PHP_VERSION=8.1 -d dockware/dev:${{ matrix.shopware }}
sleep 30
docker logs shop
- name: Upload into Docker
run: |
docker cp $(pwd)/. shop:/var/www/html/custom/plugins/SasEsd
docker exec shop bash -c 'sudo chown www-data:www-data /var/www/html/custom/plugins -R'
- name: Install and Build Plugin
run: |
docker exec shop bash -c 'cd /var/www/html/custom/plugins/SasEsd && make clean'
docker exec shop bash -c 'cd /var/www/html/custom/plugins/SasEsd && make install'
docker exec shop bash -c 'cd /var/www/html/custom/plugins/SasEsd && make build'
build:
uses: FriendsOfShopware/actions/.github/workflows/store-shopware-cli.yml@main
with:
Expand Down

0 comments on commit 1f54b11

Please sign in to comment.