Skip to content

Commit

Permalink
without sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Felipe Dalcin Stieven committed Feb 26, 2024
1 parent fd56b90 commit bb329f8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/evaluator.bkp
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Evaluator

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
test:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: 42valgrind Leak checker
uses: solareenlo/42valgrind-action@v1.0.3
with:
flags: "cd qa && ./evaluator.py"
6 changes: 2 additions & 4 deletions .github/workflows/evaluator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: 42valgrind Leak checker
uses: solareenlo/42valgrind-action@v1.0.3
with:
flags: "cd qa && ./evaluator.py"
- name: evaluator
run: apt update && apt install valgrind && cd qa && ./evaluator.py

0 comments on commit bb329f8

Please sign in to comment.