Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Jul 29, 2024
1 parent 81bf987 commit c80b3d3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,24 @@ jobs:
docker push ghcr.io/akdasa-studios/lectorium-$service:${{ env.VERSION }}
docker push ghcr.io/akdasa-studios/lectorium-$service:latest
done
publish-mobile:
name: Publish / ${{ matrix.config.name }}
runs-on: ubuntu-latest
needs: [deploy-production]
permissions:
contents: read
packages: write
strategy:
matrix:
include:
- config:
name: Android
- config:
name: iOS

steps:
- name: Publish App
run: |
echo "Running E2E tests"
echo "Tests passed"

0 comments on commit c80b3d3

Please sign in to comment.