8000 Merge branch 'space' of github.com:iotauth/iotauth into space · iotauth/iotauth@803a33e · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bug fix in example generation when there is a space in file paths. Update of C API submodule. #95

Bug fix in example generation when there is a space in file paths. Update of C API submodule.

Bug fix in example generation when there is a space in file paths. Update of C API submodule. #95

Workflow file for this run

# 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
0