mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2024-12-22 14:15:10 -05:00
Merge pull request #850 from veggiemonk/fix-ghactions
Fix github action path
This commit is contained in:
commit
7be832fc35
@ -23,8 +23,8 @@ jobs:
|
|||||||
${{ runner.os }}-node-
|
${{ runner.os }}-node-
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
# if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline
|
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline
|
||||||
- run: npm run test
|
- run: npm run test
|
||||||
with:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
@ -6,7 +6,7 @@ function envvar_undefined(variable_name) {
|
|||||||
throw new Error(`${variable_name} must be defined`);
|
throw new Error(`${variable_name} must be defined`);
|
||||||
}
|
}
|
||||||
console.log({
|
console.log({
|
||||||
DEBUG: process.env.DEBUG,
|
DEBUG: process.env.DEBUG || false,
|
||||||
});
|
});
|
||||||
|
|
||||||
const README = 'README.md';
|
const README = 'README.md';
|
||||||
|
Loading…
Reference in New Issue
Block a user