Skip to content

Added creating of artifacts in workflow #17

Added creating of artifacts in workflow

Added creating of artifacts in workflow #17

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@v2
with:
name: test-results
path: test/results