Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #364 from hashicorp/br-embroidery
Browse files Browse the repository at this point in the history
restore embroider tests
  • Loading branch information
Dhaulagiri authored Jan 10, 2022
2 parents 1789c94 + 29dccce commit c274e73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-ember-flight-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ jobs:
# ember-canary,
ember-default-with-jquery,
ember-classic,
# embroider-safe,
# embroider-optimized
embroider-safe,
embroider-optimized
]

steps:
Expand Down
4 changes: 2 additions & 2 deletions ember-flight-icons/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ module.exports = async function () {
},
},
},
embroiderSafe({ allowedToFail: true }),
embroiderOptimized({ allowedToFail: true }),
embroiderSafe(),
embroiderOptimized(),
],
};
};

1 comment on commit c274e73

@vercel
Copy link

@vercel vercel bot commented on c274e73 Jan 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.