Fix for XML DStore codec sometimes producing invalid XML for construc… #159
This file contains 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
name: main | |
on: [push] | |
jobs: | |
trigger-build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Run build trigger to determine what to build | |
env: | |
CI_TOOL: github | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
run: ./projects/CI/tools/core/build.sh |