Skip to content

Commit

Permalink
docker compose up pg for tests, break
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolap committed May 20, 2023
1 parent 1213648 commit 8aaff01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/test.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
with:
tools-deps: '1.11.1.1273'

- name: Launch docker-compose
run: docker-compose up -d

- name: Run test suite
run: clojure -M:test
7 changes: 6 additions & 1 deletion test/route_craft/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@
:store :database}]
(migratus/migrate migratus-config)
(f)
(migratus/rollback migratus-config)))
(migratus/rollback migratus-config)))

(deftest breaking-test
(testing "test gha"
(ctx)
(is (= 1 2))))

0 comments on commit 8aaff01

Please sign in to comment.