From e5eb99a2ec35f07a0b632cf624de3ab30eaaa5dc Mon Sep 17 00:00:00 2001 From: jmoo2880 Date: Sun, 21 Jan 2024 18:51:21 +1100 Subject: [PATCH] pytest attempt --- .github/workflows/hello.yaml | 12 ------------ .github/workflows/initialtest.yaml | 6 +++--- 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 .github/workflows/hello.yaml diff --git a/.github/workflows/hello.yaml b/.github/workflows/hello.yaml deleted file mode 100644 index 4e51548..0000000 --- a/.github/workflows/hello.yaml +++ /dev/null @@ -1,12 +0,0 @@ -name: Hello World - -on: - push: - -jobs: - hello: - runs-on: ubuntu-latest - - steps: - - name: Hello World - run: echo "Hello World!" \ No newline at end of file diff --git a/.github/workflows/initialtest.yaml b/.github/workflows/initialtest.yaml index d3a8234..08b7895 100644 --- a/.github/workflows/initialtest.yaml +++ b/.github/workflows/initialtest.yaml @@ -23,7 +23,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - # run: | - # python -m pip install --upgrade pip - # pip install -r requirements.txt + - name: Run pyspi unit test + run: | + pytest