diff --git a/ci/gradle-publish.yml b/ci/gradle-publish.yml index 118b075..38b3656 100644 --- a/ci/gradle-publish.yml +++ b/ci/gradle-publish.yml @@ -24,6 +24,8 @@ jobs: - name: Build with Gradle run: gradle build + # The USERNAME and PASSWORD need to correspond to the credentials environment variables used in + # the publishing section of your build.gradle - name: Publish to GitHub Packages run: gradle publish env: diff --git a/ci/laravel.yml b/ci/laravel.yml index 12c7583..7fc4665 100644 --- a/ci/laravel.yml +++ b/ci/laravel.yml @@ -8,7 +8,9 @@ on: jobs: laravel-tests: + runs-on: ubuntu-latest + steps: - uses: actions/checkout@v2 - name: Copy .env diff --git a/ci/python-publish.yml b/ci/python-publish.yml index b20652e..d5f3859 100644 --- a/ci/python-publish.yml +++ b/ci/python-publish.yml @@ -9,7 +9,9 @@ on: jobs: deploy: + runs-on: ubuntu-latest + steps: - uses: actions/checkout@v2 - name: Set up Python