Skip to content

Commit

Permalink
Revert "and re-removing github-actions-ci now that it was successful …
Browse files Browse the repository at this point in the history
…at least once"

This reverts commit 1154803.

Somehow, `github-actions-ci` is lodged in the desires of PR #14. We'll
try again to remove it later.
  • Loading branch information
zburke committed Dec 6, 2023
1 parent 1154803 commit 06baad7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,20 @@ jobs:
data: ${{ steps.moduleDescriptor.outputs.content }}
username: ${{ secrets.FOLIO_REGISTRY_USERNAME }}
password: ${{ secrets.FOLIO_REGISTRY_PASSWORD }}

# restoring "github-actions-ci" with some dummy steps
# to maybe allow PR #14 to succeed, where it is stuck
# in "Waiting for status to be reported" ATM.
github-actions-ci:
runs-on: ubuntu-latest
steps:
- uses: folio-org/checkout@v2
with:
fetch-depth: 0

- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ env.NODEJS_VERSION }}
check-latest: true
always-auth: true

0 comments on commit 06baad7

Please sign in to comment.