Skip to content

Fix file:write CREATE_NEW temp-file path resolution on Windows [Issue #5016] #62

Fix file:write CREATE_NEW temp-file path resolution on Windows [Issue #5016]

Fix file:write CREATE_NEW temp-file path resolution on Windows [Issue #5016] #62

name: CI - Pull request - Ubuntu
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn clean install
- name: Upload test coverage to Codecov
uses: codecov/codecov-action@v4