fixed and properly named build action

This commit is contained in:
Arthur Lu 2021-08-26 22:26:29 +00:00
parent 18c26a00b6
commit 694733700a

View File

@ -1,11 +1,11 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Superscript Unit Tests name: Build Superscript Linux
on: on:
release: release:
types: [published, edited] types: [published, created, edited]
jobs: jobs:
generate: generate:
@ -15,3 +15,5 @@ jobs:
steps: steps:
- name: Checkout master - name: Checkout master
uses: actions/checkout@master uses: actions/checkout@master
- name: Echo test
run: echo "test"