Skip to content

Update dependencies and implement github actions #10

Update dependencies and implement github actions

Update dependencies and implement github actions #10

Workflow file for this run

me: Node CI

Check failure on line 1 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 1, Col: 1): Unexpected value 'me'
on: [push]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: npm install, build, and test
run: |
echo "Running npm install"
npm install
echo "Running npm run build"
npm run build
echo "Running npm run test:unit"
npm run test:unit || true
- name: npm pack
run: |
echo "Running npm pack"
npm pack
- name: Archive package
uses: actions/upload-artifact@v4
with:
name: zowe-cli-cics-deploy-plugin
path: zowe-cli-cics-deploy-plugin-*.tgz