Skip to content

Create and Upload Artifact #1

Create and Upload Artifact

Create and Upload Artifact #1

Workflow file for this run

name: Test Workflow
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: |
echo "Running tests..."