Skip to content

Commit

Permalink
Merge pull request #19 from Bal7hazar/tests/add-ci-test
Browse files Browse the repository at this point in the history
Tests/add ci test
  • Loading branch information
ponderingdemocritus authored Nov 30, 2023
2 parents 096d28a + d05f963 commit 6a38029
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/codebase_improvement.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Codebase improvement
description: Feedback on the codebase
title: "[Enhancement]: "
labels: [ "enhancement" ]
body:
- type: textarea
id: feedback
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Feature request
description: Suggest a feature
title: "[Feature]: "
labels: [ "feature" ]
body:
- type: textarea
id: suggestion
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,14 @@ jobs:
- name: Test
run: sozo test -f projectile
shell: bash

hex-map:
needs: [check, build]
runs-on: ubuntu-latest
name: Test example hex map
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Test
run: sozo test -f hex_map
shell: bash

0 comments on commit 6a38029

Please sign in to comment.