Skip to content

Commit

Permalink
Move codeql-action
Browse files Browse the repository at this point in the history
  • Loading branch information
David Verdeguer committed May 8, 2020
1 parent 1f29db5 commit cf266cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
shell: bash
run: |
mkdir ../action
shopt -s dotglob
mv * ../action/
mv ../action/tests/multi-language-repo/* .
- uses: ./../action/init
Expand All @@ -37,6 +38,7 @@ jobs:
shell: bash
run: |
mkdir ../action
shopt -s dotglob
mv * ../action/
mv ../action/tests/multi-language-repo/* .
- uses: ./../action/init
Expand All @@ -56,6 +58,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Move codeql-action
shell: bash
run: |
mkdir ../action
shopt -s dotglob
mv * ../action/
mv ../action/tests/multi-language-repo/* .
- uses: arthurnn/code-scanning-rubocop/rubocop-action@master
- uses: ./../action/upload-sarif
with:
Expand Down

0 comments on commit cf266cb

Please sign in to comment.