Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
fix: github actions arggadsfweewndd
Browse files Browse the repository at this point in the history
Yes, you heard me right Github Actions >:(
  • Loading branch information
nickumia-reisys committed Oct 7, 2022
1 parent 2a38bb0 commit eab32b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run everything
run: source .env && CKAN_VERSION=${{ matrix.ckan-version }} make clean build up test
run: source .env && CKAN_VERSION=${{ matrix.ckan-version }} make clean build ci test
# TODO REMOVE
- name: Setup tmate session
if: ${{ failure() }}
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ java-test: ## Test java transformation command (java + saxon installed)
up: ## Start the containers
CKAN_VERSION=$(CKAN_VERSION) docker-compose -f $(COMPOSE_FILE) up

ci: ## Start the containers in the background
CKAN_VERSION=$(CKAN_VERSION) docker-compose -f $(COMPOSE_FILE) up -d

.DEFAULT_GOAL := help
.PHONY: build clean help lint test up
Expand Down

0 comments on commit eab32b2

Please sign in to comment.