Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
privat committed Jun 26, 2024
1 parent 474c891 commit 29d4b8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,14 @@ jobs:
env:
NEO4J_AUTH: none
strategy:
fail-fast: false
matrix:
engine: [nitcg, nitcs, nitcsg, nitce, niti]
steps:
- name: Install dependencies
run: apt-get update && apt-get install -y $BASIC_PACKAGES $MORE_PACKAGES
- uses: actions/checkout@v4
- run: misc/jenkins/ensuregit.sh
- uses: actions/download-artifact@v4
- run: chmod +x bin/*
- run: make src/version.nit
Expand Down Expand Up @@ -99,12 +101,14 @@ jobs:
env:
NEO4J_AUTH: none
strategy:
fail-fast: false
matrix:
engine: [nitcg, nitcs, nitcsg, nitce, niti]
steps:
- name: Install dependencies
run: apt-get update && apt-get install -y $BASIC_PACKAGES $MORE_PACKAGES
- uses: actions/checkout@v4
- run: misc/jenkins/ensuregit.sh
- uses: actions/download-artifact@v4
- run: chmod +x bin/*
- run: make src/version.nit
Expand Down
2 changes: 1 addition & 1 deletion tests/sav/test_nitcorn.res
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Cookie: i:0123, s:asdf
[Client] curl -s localhost:*****/simple_answer --get --data-urlencode 's=b b'
[Response] Simple answer
Method: GET, URI: /simple_answer, trailing: /
GET args: s:b b
GET args: s:b+b

[Client] curl -s localhost:*****/params_answer/0123/asdf
[Response] Simple answer
Expand Down

0 comments on commit 29d4b8c

Please sign in to comment.