diff --git a/.github/workflows/trial.yml b/.github/workflows/trial.yml deleted file mode 100644 index 082e3d199..000000000 --- a/.github/workflows/trial.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: trial -on: - workflow_dispatch: - -jobs: - build: - - runs-on: ubuntu-latest - steps: - - name: Check out repo - uses: actions/checkout@v2 - - run: echo " Print a single environment variable (the commit SHA ) - ${{ github.sha }} " - - run: echo "Print all environment variables" - - run: env - - run: echo "use github object" - - run: echo "github.repository_owner = ${{ github.repository_owner }}" - - echo: - runs-on: ubuntu-latest - if: github.repository_owner == 'bcgov' - steps: - - run: echo "github.repository_owner = ${{ github.repository_owner }}" diff --git a/services/traction/tests/test_main.py b/services/traction/tests/test_main.py index e6ef5c801..5a969454e 100644 --- a/services/traction/tests/test_main.py +++ b/services/traction/tests/test_main.py @@ -1,2 +1,2 @@ def test_main(): - assert True + assert 1 == 1