Skip to content

Commit

Permalink
fix CI (#3)
Browse files Browse the repository at this point in the history
* fix CI

* more typos
  • Loading branch information
HuStmpHrrr authored Jul 24, 2024
1 parent 70d0676 commit 1fdbd3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Ubuntu build
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

########################################################################
##
Expand Down Expand Up @@ -52,12 +52,12 @@ env:
AGDA: agda --auto-inline -Werror +RTS -M6G -H3.5G -A128M -RTS -i . -i src/

jobs:
test-categories:
test-library:
runs-on: ubuntu-latest
steps:

# By default github actions do not pull the repo
- name: Checkout agda-categories
- name: Checkout mech-type-theories
uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit 1fdbd3f

Please sign in to comment.