Skip to content

Commit

Permalink
pruebas automatica intento 37 -> actualizacion de commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernanatn committed Jan 14, 2025
1 parent 7ab3c9c commit adcef1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pruebas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:

- name: Instalar Ninja
run: |
choco upgrade ninja
choco install ninja
- name: Configurar Clang y CMake
run: |
choco upgrade llvm
choco install llvm
echo "CMake version: $(cmake --version)"
echo "Clang version: $(clang --version)"
cmake -S . -B build -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_STANDARD=20 -G "Ninja"
Expand All @@ -51,7 +51,6 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const core = require('@actions/core');
const github = require('@actions/github');
// Determine the outcome of the 'Ejecutar Pruebas' step
Expand Down
1 change: 0 additions & 1 deletion pruebas/pruebas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ int main(int argc, char* argv[]) {
if (codigo == 0) {
codigo = session.run();
}

// Devolver 1 si alguna prueba falló.
return (codigo == 0) ? 0 : 1;
}

0 comments on commit adcef1d

Please sign in to comment.