diff --git a/.github/workflows/crowdin-i18n.yml b/.github/workflows/crowdin-i18n.yml index 9c84458bfe..0cc0dd65e7 100644 --- a/.github/workflows/crowdin-i18n.yml +++ b/.github/workflows/crowdin-i18n.yml @@ -8,7 +8,7 @@ on: jobs: i18n-sync-docs: name: Docs - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - name: Checkout Source Files @@ -25,17 +25,17 @@ jobs: # downloads download_translations: true - commit_message: 'chore(docs,i8n): processed translations from crowdin' + commit_message: "chore(docs,i8n): processed translations from crowdin" # pull-request localization_branch_name: i18n-sync-docs create_pull_request: true - pull_request_title: 'chore(docs,i8n): processed translations from crowdin' - pull_request_body: '' - pull_request_labels: 'scope: i18n, scope: docs, crowdin-sync' + pull_request_title: "chore(docs,i8n): processed translations from crowdin" + pull_request_body: "" + pull_request_labels: "scope: i18n, scope: docs, crowdin-sync" # global options - config: './docs/crowdin.yml' + config: "./docs/crowdin.yml" base_url: ${{ secrets.CROWDIN_BASE_URL_FCC }} # Uncomment below to debug diff --git a/.github/workflows/nodejs-next-test.yml b/.github/workflows/node.js-tests-upcoming.yml similarity index 90% rename from .github/workflows/nodejs-next-test.yml rename to .github/workflows/node.js-tests-upcoming.yml index e1f10d0310..c3252cbceb 100644 --- a/.github/workflows/nodejs-next-test.yml +++ b/.github/workflows/node.js-tests-upcoming.yml @@ -1,4 +1,4 @@ -name: Node.js CI (Next) +name: Node.js CI - Test Upcoming on: push: branches: @@ -7,10 +7,9 @@ on: - upcoming-** schedule: # run this Action every 14 days - - cron: '0 * */14 * *' + - cron: "0 * */14 * *" workflow_dispatch: - jobs: lint: name: Lint @@ -43,7 +42,10 @@ jobs: ${{ runner.os }}- - name: Set Environment variables - run: cp sample.env .env + run: | + cp sample.env .env + echo 'SHOW_UPCOMING_CHANGES=true' >> .env + cat .env - name: Lint Source Files run: | @@ -54,7 +56,7 @@ jobs: test: name: Test needs: lint - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 strategy: matrix: @@ -83,9 +85,10 @@ jobs: ${{ runner.os }}- - name: Set Environment variables - run: | + run: | cp sample.env .env echo 'SHOW_UPCOMING_CHANGES=true' >> .env + cat .env - name: Install Dependencies run: | diff --git a/.github/workflows/node.js-tests.yml b/.github/workflows/node.js-tests.yml index 0e8351ec02..8174a88947 100644 --- a/.github/workflows/node.js-tests.yml +++ b/.github/workflows/node.js-tests.yml @@ -44,7 +44,7 @@ jobs: test: name: Test needs: lint - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 strategy: matrix: