Skip to content

Commit

Permalink
Merge pull request #844 from wirDesign-communication-AG/v3.0.19
Browse files Browse the repository at this point in the history
v3.0.19
  • Loading branch information
pmdevelopment authored Jan 29, 2024
2 parents 7cbda76 + edd1c81 commit 2136e74
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 69 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Add GitHub OAuth credentials
run: echo '${{ secrets.COMPOSER_AUTH_JSON }}' > $GITHUB_WORKSPACE/auth.json
Expand All @@ -20,7 +20,7 @@ jobs:

- name: Install Webserver
run: |
sudo apt install -y apache2 libapache2-mod-php8.2
sudo apt update && sudo apt install -y --fix-missing apache2 libapache2-mod-php8.2
- name: Move project to web
run: |
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
run: cd /var/www/wirhub && make test

- name: Archive debugging files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: debug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
Expand Down
Loading

0 comments on commit 2136e74

Please sign in to comment.