diff --git a/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md b/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md index 4c948cbd87..6bc4442796 100644 --- a/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md +++ b/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md @@ -343,6 +343,8 @@ test_async: ```yaml jobs: test_async: + runs-on: ubuntu-latest + steps: - name: Cache node modules uses: actions/cache@v2 with: