GitHub Actions failed to find cdk command although it was installed from the previous jobs – Ubuntu
I expected to preset the environment of node and then it installs aws-cdk which will be used for the matrix-ed jobs which are supposed to be an efficient solution for execution. Here is basically my script: jobs: setup: runs-on: ubuntu-latest…