Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mulesoft-labs/als-vscode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 28f1050f3501d0bbc3f8a633bd3c5cb064fe6b42
Choose a base ref
..
head repository: mulesoft-labs/als-vscode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d94161a3abee7fec2a59656779dd5f8b3093e4b0
Choose a head ref
Showing with 2 additions and 3 deletions.
  1. +2 −3 .github/workflows/test.yml
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -37,8 +37,7 @@ jobs:
{
"project": "als-vscode :vscode:",
"result": "${{ steps.test.outcome}}",
"version": "${{ VERSION }}"
"version": "${{ npm list --depth=0 | grep als-node-client }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
VERSION: :npm list --depth=0 | grep als-node-client
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}