Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Apr 11, 2021
1 parent 21aaca4 commit 1bceaf1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Onescript Action
uses: otymko/setup-onescript@v1.0
uses: otymko/setup-onescript@v1.1
with:
version: ${{ matrix.oscript_version }}

Expand All @@ -32,12 +32,8 @@ jobs:
opm install coverage;
opm install -l --dev
- name: Configure env vars for SonarCloud scan
run: |
echo "::set-env name=PATH::/opt/sonar-scanner/bin:$PATH"
- name: Compute branch name
uses: nixel2007/branch-name@v3
uses: nelonoel/branch-name@v1.0.1

- name: Run tests
run: |
Expand Down

0 comments on commit 1bceaf1

Please sign in to comment.