Bug fix in example generation when there is a space in file paths. Update of C API submodule. #95
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow will test SST examples. | |
# Author: Hokeun Kim | |
name: Example Tests | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
jobs: | |
generate-example: | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
working-directory: ./examples | |
steps: | |
- name: Check out the repository to the runner | |
uses: actions/checkout@v4 | |
- name: Make the script files executable | |
run: chmod +x generateAll.sh | |
- name: Run the scripts | |
run: | | |
./generateAll.sh -p asdf |