Home > Net >  GitHub Action: How to fix mvn: command not found issue with nektos/act
GitHub Action: How to fix mvn: command not found issue with nektos/act

Time:12-03

Introduction

I'm currently contributing to a GitHub project.
For this, I'm writing a GitHub workflow inside a GitHub Action that tests the creation of JavaDoc files.
This workflow should be run with act.
The project of the GitHub Action when I want to add this GitHub Workflow: https://github.com/MathieuSoysal/Javadoc-publisher.yml

Problem

The problem, when I execute my GitHub workflow with act I obtain this error.

[Test Actions/Test with Java 11]            
  • Related