Skip to content

Commit

Permalink
Make build script github-build.sh executable
Browse files Browse the repository at this point in the history
  • Loading branch information
usr3-1415 committed Feb 24, 2024
1 parent 58ba421 commit aed6d51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/asn1scc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ jobs:
- name: Build Docker image
run: docker build -t asn1scc .

- name: Make build script executable
run: chmod +x ./github-build.sh

- name: Run container to build and test
run: docker run --rm -v ${{ github.workspace }}:/app asn1scc bash -c "./github-build.sh"

0 comments on commit aed6d51

Please sign in to comment.