How should you install the bats NPM package in your workflow?
A)
B)
C)
D)
The correct syntax includes specifying the job (example-job), the runner (ubuntu-latest), and the necessary step (npm install -g bats) within the workflow. This ensures that the package is installed properly during the execution of the job.
Billi
14 days agoPearline
23 days agoBilli
26 days ago