Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
priya-kinthali committed May 15, 2024
1 parent c2c61dd commit bb4602d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/npm-publish-github-packages.yml

This file was deleted.

30 changes: 30 additions & 0 deletions .github/workflows/test-1017.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages

name: Attempting to download

on:
push:
branches:
- 1017-version-notfound


jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: priya-kinthali/setup-node@poc-build
with:
node-version: 14
- run: npm ci
- run: npm run build --if-present
- run: npm test








0 comments on commit bb4602d

Please sign in to comment.