Skip to content

Testing only

Testing only #2

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Node.js CI
on: [push, pull_request]
jobs:
Hello-World-Job:
runs-on: codebuild-SageMakerCodeEditor-${{ github.run_id }}-${{ github.run_attempt }}
steps:
- run: echo "Hello World!"