diff --git a/.github/workflows/test-all-the-things.yml b/.github/workflows/test-all-the-things.yml index b6ef407..68d426c 100644 --- a/.github/workflows/test-all-the-things.yml +++ b/.github/workflows/test-all-the-things.yml @@ -904,6 +904,6 @@ jobs: clojureRepo: ${{ inputs.clojureRepo }} clojureRef: ${{ inputs.clojureRef }} subjectRepo: 'scicloj/scicloj.ml' - subjectRef: 'master' + subjectRef: 'main' testDir: '.' testCmd: '-M:test-runner'