diff --git a/.github/workflows/wokwi_ci.yml b/.github/workflows/wokwi_ci.yml index f7957f50..73978621 100644 --- a/.github/workflows/wokwi_ci.yml +++ b/.github/workflows/wokwi_ci.yml @@ -96,6 +96,7 @@ jobs: - name: Running ${{ env.TEST_FILE }} on Wokwi uses: wokwi/wokwi-ci-action@v1 + continue-on-error: true with: token: ${{ secrets.WOKWI_CLI_TOKEN }} scenario: ${{ env.TEST_FILE }} diff --git a/src/ItemBack.h b/src/ItemBack.h index fefc5428..753450f2 100644 --- a/src/ItemBack.h +++ b/src/ItemBack.h @@ -12,7 +12,7 @@ * * @details * This class inherits from the BaseItemZeroWidget class and overrides the - * handleCommit method to handle the ENTER command by changing the screen. + * handleCommit method to handle the ENTER command by navigating back to the previous screen. */ class ItemBack : public BaseItemZeroWidget { public: