Skip to content

Added directory for results #19

Added directory for results

Added directory for results #19

Workflow file for this run

name: CI
on:
push:
branches:
- tatyanakrivonogova_test_build
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cd test; ./build_run.sh
- name: Create artifacts
uses: actions/upload-artifact@v4
with:
name: test-results
path: test/results