Skip to content

Commit

Permalink
edit github action
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschoffke committed Nov 28, 2023
1 parent 8b109b3 commit 40e4077
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,23 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set rights
run: sudo chown -R 501:20 "/Users/runner/.npm"
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'

# Java and .NET are already installed on ubuntu-latest
# Install .NET runtime
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x

# Install Java runtime (only needed if you want to run the offical HL7 Java validator)
- name: Setup Java JDK
uses: actions/setup-java@v3
with:
distribution: 'microsoft'
java-version: '17'

- name: Firely.Terminal (GitHub Actions)
uses: FirelyTeam/[email protected]
Expand Down

0 comments on commit 40e4077

Please sign in to comment.