Skip to content

Update statistical_tests.yml #17

Update statistical_tests.yml

Update statistical_tests.yml #17

name: Executar Geradores
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Verificar código
uses: actions/checkout@v3
- name: Criar arquivo de saída
run: |
# Aqui você deve incluir o comando que gera o output.bin.
# Por exemplo, substitua pelo comando correto:
echo -e "10000000000000000" > output.bin # Exemplo de conteúdo, ajuste conforme necessário
- name: Executar "SP800-22"
run: |
./statistical_tests/SP800-22/assess 10000 <<EOF
0

Check failure on line 28 in .github/workflows/statistical_tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/statistical_tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 28
output.bin
1
0
100
1
EOF