From 4e1cbdb464b643f07c941d9c10174f5b2921b604 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Fri, 21 Feb 2020 12:55:06 -0500 Subject: [PATCH] PR feedback --- ci/gradle-publish.yml | 2 ++ ci/laravel.yml | 2 ++ ci/python-publish.yml | 2 ++ 3 files changed, 6 insertions(+) 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