We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3707603 commit 59ebf52Copy full SHA for 59ebf52
.github/workflows/build.yml
@@ -21,7 +21,8 @@ env:
21
${{ github.workspace }}/packages/ember/instance-initializers
22
${{ github.workspace }}/packages/serverless/dist-awslambda-layer/*.zip
23
24
- BUILD_CACHE_KEY: ${{ github.sha }}
+ # BUILD_CACHE_KEY: ${{ github.sha }}
25
+ BUILD_CACHE_KEY: ${{ "kmclb-test" }}
26
27
jobs:
28
job_install_deps:
packages/ember/config/ember-try.js
@@ -3,6 +3,8 @@
3
const getChannelURL = require('ember-source-channel-url');
4
const { embroiderSafe } = require('@embroider/test-setup');
5
6
+console.log(process.env.sort());
7
+
8
module.exports = async function() {
9
return {
10
useYarn: true,
0 commit comments