Skip to content

Commit

Permalink
Merge pull request #80 from yu-kiat/main
Browse files Browse the repository at this point in the history
Update Github Actions file
  • Loading branch information
iinsertNameHere authored May 10, 2024
2 parents 37770ad + ab3ece9 commit ad9e8ba
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-test
name: test-catnip
on:
push:
pull_request:
Expand All @@ -7,15 +7,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 'Install Nim'
uses: iffy/install-nim@v5
- name: 'Setup Nim'
uses: jiro4989/setup-nim-action@v1
with:
nim-version: '2.x'
nim-version: 'stable'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: 'Build Catnip'
run: nim release
run: nim debug
- name: 'Install Figlet'
run: sudo apt-get install figlet
- name: 'Run Tests'
Expand Down

0 comments on commit ad9e8ba

Please sign in to comment.